mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
compilation fixes
cmake/maintainer.cmake: don't do -Werror just yet config.h.cmake: according to MSDN PSAPI_VERSION should be 1 in a portable application mysys/my_thr_init.c: first, reset THR_KEY_mysys, and then free dbug data, because dbug data are automacially created on the next dbug call, unless THR_KEY_mysys is null.
This commit is contained in:
@ -547,7 +547,7 @@ my_bool engine_table_options_frm_read(const uchar *buff, uint length,
|
||||
TABLE_SHARE *share)
|
||||
{
|
||||
const uchar *buff_end= buff + length;
|
||||
engine_option_value *end;
|
||||
engine_option_value *UNINIT_VAR(end);
|
||||
MEM_ROOT *root= &share->mem_root;
|
||||
uint count;
|
||||
DBUG_ENTER("engine_table_options_frm_read");
|
||||
|
Reference in New Issue
Block a user