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

Added macros for nice TIMESPEC usage.

Fixes for building MySQL with gcc 3.0
Added SIGNED / UNSIGNED casts
Fixed core dump bug in net_clear() with libmysqld.
Back to using semaphores in query cache.
Added 'Null' and 'Index_type' to SHOW INDEX.
This commit is contained in:
monty@hundin.mysql.fi
2002-01-02 21:29:41 +02:00
parent 5b77e33910
commit 4b877e0088
59 changed files with 677 additions and 363 deletions

View File

@@ -171,7 +171,6 @@ static int sql_connect(char *host,char *database,char *user,char *password,
uint silent);
static int put_info(const char *str,INFO_TYPE info,uint error=0);
static void safe_put_field(const char *pos,ulong length);
static const char *array_value(const char **array, char *key);
static void xmlencode_print(const char *src, uint length);
static void init_pager();
static void end_pager();