mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Cleanups:
- Removed some QQ markers - Removed some rows not compatible with valgrind 3.9.0 - Made mysql_install_db.sh more silent by default. --verbose now gives more information - Added assert that auto-increment doesn't generate 0 (safety) - Removed thd->set_time() in some places as it's set in init_for_queries() - Fixed some --big tests in tokudb - Fixed a bug in mysql_client_test.cc where sql_mode was not properly reset
This commit is contained in:
@@ -998,7 +998,7 @@ int mrn_free_share(MRN_SHARE *share)
|
||||
|
||||
TABLE_SHARE *mrn_get_table_share(TABLE_LIST *table_list, int *error)
|
||||
{
|
||||
uint key_length;
|
||||
uint key_length __attribute__((unused));
|
||||
TABLE_SHARE *share;
|
||||
THD *thd = current_thd;
|
||||
MRN_DBUG_ENTER_FUNCTION();
|
||||
|
Reference in New Issue
Block a user