1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed bug with ORDER BY on BDB tables.

New benchmarks tests
This commit is contained in:
monty@tik.mysql.com
2000-10-26 19:54:03 +03:00
parent aad0e180fc
commit 99f5d9bb68
7 changed files with 128 additions and 32 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)