mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Removed init that crashed BDB
Fixed newly introduced bug in update
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user