Fixed bug with ORDER BY on BDB tables.

New benchmarks tests


sql-bench/test-insert.sh:
  Added a lot of new ORDER BY tests
sql/filesort.cc:
  Fix for big BDB tables
sql/ha_berkeley.cc:
  A
sql/ha_berkeley.h:
  A
sql/handler.h:
  A
sql/sql_class.h:
  Portability fix
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
This commit is contained in:
unknown 2000-10-26 19:54:03 +03:00
commit 3ae05104d0
7 changed files with 127 additions and 31 deletions

View file

@ -57,7 +57,7 @@ typedef struct st_master_info
pthread_mutex_t lock;
bool inited;
st_master_info():inited(0),pending(0)
st_master_info() :pending(0), inited(0)
{ host[0] = 0; user[0] = 0; password[0] = 0;}
inline void inc_pending(ulonglong val)