mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 12:45:41 +02:00
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:
parent
c0d6644b96
commit
3ae05104d0
7 changed files with 127 additions and 31 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue