1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix when using --without-server --with-thread-safe-client

Added prototype for my_thread_end
New error message for MATCH
Give error when using myisamchk --force --readonly
This commit is contained in:
monty@tik.mysql.fi
2001-08-04 00:10:00 +03:00
parent 493f10550a
commit 0d55e93614
31 changed files with 98 additions and 53 deletions

View File

@ -227,6 +227,7 @@ void hash_password(unsigned long *result, const char *password);
void my_init(void);
void load_defaults(const char *conf_file, const char **groups,
int *argc, char ***argv);
void my_thread_end(void);
#define NULL_LENGTH ((unsigned long) ~0) /* For net_store_length */