From b4974dacb9bf19ec1fbd77aedd81b49709ca0c38 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Mon, 11 Dec 2000 02:31:09 +0200 Subject: Removed init that crashed BDB Fixed newly introduced bug in update --- sql/opt_range.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/opt_range.cc') diff --git a/sql/opt_range.cc b/sql/opt_range.cc index a3f236462b4..d8cd49685ee 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -379,7 +379,7 @@ SQL_SELECT::~SQL_SELECT() close_cached_file(&file); } -#undef index // Fix or Unixware 7 +#undef index // Fix for Unixware 7 QUICK_SELECT::QUICK_SELECT(TABLE *table,uint key_nr,bool no_alloc) :error(0),index(key_nr),max_used_key_length(0),head(table), -- cgit v1.2.1