1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed Bug#8042, "mysqld crashes on sighup".

This commit is contained in:
jani@ua141d10.elisa.omakaista.fi
2005-02-17 14:07:28 +02:00
parent e2268e55c3
commit 36998b7cb7
4 changed files with 15 additions and 24 deletions

View File

@ -921,7 +921,7 @@ void TEST_filesort(SORT_FIELD *sortorder,uint s_length);
void print_plan(JOIN* join, double read_time, double record_count,
uint idx, const char *info);
#endif
void mysql_print_status(THD *thd);
void mysql_print_status();
/* key.cc */
int find_ref_key(TABLE *form,Field *field, uint *offset);
void key_copy(byte *to_key, byte *from_record, KEY *key_info, uint key_length);