1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed init that crashed BDB

Fixed newly introduced bug in update


BitKeeper/etc/ignore:
  Added libmysql_r/conf_to_src to the ignore list
sql/filesort.cc:
  Removed init that crashed BDB
sql/ha_berkeley.cc:
  Fixed bug in sub AUTO_INCREMENT keys in BDB tables
sql/opt_range.cc:
  Cleanup
sql/sql_update.cc:
  Fixed newly introduced bug in update
This commit is contained in:
unknown
2000-12-11 02:31:09 +02:00
parent 71c02e7646
commit 011f8d0a7d
5 changed files with 23 additions and 25 deletions

View File

@ -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),