1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Added support for ULONG division with DIV

Fixed non fatal memory leak in slave code.
This commit is contained in:
monty@narttu.mysql.fi
2003-03-19 21:23:13 +02:00
parent a916a03916
commit 48a9c1239c
12 changed files with 53 additions and 26 deletions

View File

@@ -573,6 +573,7 @@ public:
void init(void);
void change_user(void);
void init_for_queries();
void cleanup(void);
bool store_globals();
#ifdef SIGNAL_WITH_VIO_CLOSE