mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
WL 2826: First step in error handling of ALTER TABLE for partitioning
This commit is contained in:
parent
86a15e5e86
commit
08e12cada9
@@ -7055,6 +7055,12 @@ static void mysql_init_variables(void)
|
||||
max_system_variables.max_join_size= (ulonglong) HA_POS_ERROR;
|
||||
global_system_variables.old_passwords= 0;
|
||||
global_system_variables.old_alter_table= 0;
|
||||
#ifdef ERROR_INJECT_SUPPORT
|
||||
global_system_variables.error_inject_code= 0;
|
||||
global_system_variables.error_inject_value= 0;
|
||||
max_system_variables.error_inject_code= ~0;
|
||||
max_system_variables.error_inject_value= ~0;
|
||||
#endif
|
||||
|
||||
/*
|
||||
Default behavior for 4.1 and 5.0 is to treat NULL values as unequal
|
||||
|
||||
Reference in New Issue
Block a user