260
245
/* Initialize sub structures */
261
246
memory::init_sql_alloc(&warn_root, WARN_ALLOC_BLOCK_SIZE, WARN_ALLOC_PREALLOC_SIZE);
262
hash_init(&user_vars, system_charset_info, USER_VARS_HASH_SIZE, 0, 0,
266
248
substitute_null_with_insert_id = false;
267
249
thr_lock_info_init(&lock_info); /* safety: will be reset after start */