mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed bugs found by mysql-test-run:
- privilege_table_io.test didn't properly reset roles_mapping - Fixed memory allocation problem with CHECK CONSTRAINT, found when running --valgrind main.check_constraint
This commit is contained in:
@ -24,6 +24,7 @@ optimize table mysql.proxies_priv;
|
||||
optimize table mysql.tables_priv;
|
||||
optimize table mysql.procs_priv;
|
||||
optimize table mysql.servers;
|
||||
optimize table mysql.roles_mapping;
|
||||
--enable_result_log
|
||||
|
||||
# Start recording events
|
||||
|
Reference in New Issue
Block a user