summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-21 17:12:59 +0300
committermonty@donna.mysql.fi <>2001-04-21 17:12:59 +0300
commit1e3df575b93b40145ff854e30af3f443d74537b6 (patch)
tree92c2e4e17ada35f43a9188e384c11136d46b1e7d /libmysql/libmysql.c
parent0f37b1244b8356f32ef58245d94a3a920e047428 (diff)
downloadmariadb-git-1e3df575b93b40145ff854e30af3f443d74537b6.tar.gz
Fixed probelm with count(*) and normal functions when no matchin rows.
Changed 'lib' to 'master-data' Fix for slow slaves
Diffstat (limited to 'libmysql/libmysql.c')
-rw-r--r--libmysql/libmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c
index 55234fcfe13..9221812ea65 100644
--- a/libmysql/libmysql.c
+++ b/libmysql/libmysql.c
@@ -16,11 +16,11 @@
MA 02111-1307, USA */
#define DONT_USE_RAID
+#include <global.h>
#if defined(__WIN__) || defined(_WIN32) || defined(_WIN64)
#include <winsock.h>
#include <odbcinst.h>
#endif
-#include <global.h>
#include <my_sys.h>
#include <mysys_err.h>
#include <m_string.h>