- 11 Jul, 2013 2 commits
- 10 Jul, 2013 10 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
it shouldn't require LOCK_TABLE_ACL
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
Map ALTER ONLINE TABLE to ALTER TABLE ... ALGORITHM=INPLACE. Make MERGE engine to announce its support of inplace operations.
-
unknown authored
Merged all perfschema tests, except for the following: perfschema.part_table_io perfschema.binlog_mix perfschema.binlog_row perfschema.binlog_stmt perfschema.statement_digest_consumers perfschema.statement_digest privilege.inc privilege.result
-
- 09 Jul, 2013 10 commits
-
-
Sergei Golubchik authored
add missing rename_column_in_stat_tables(), delete_statistics_for_column(), delete_statistics_for_index(), rename_table_in_stat_tables() calls.
-
Sergei Golubchik authored
do it only once
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
unknown authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Problem: mysql_admin_table() calls open_temporary_tables(). This causes assertion failure, because mysql_execute_command() has already called open_temporary_tables() - Solution: call close_thread_tables() at the start of mysql_admin_table(), like mysql-5.6 does
-
Igor Babaev authored
-
Igor Babaev authored
Commented out the test case for bug 50036 as it was done in mysql-5.6.10.
-
- 08 Jul, 2013 14 commits
-
-
Igor Babaev authored
-
Igor Babaev authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- After the merge from mysql-5.6, open_tables() did not call open_and_process_table() for temporary table. The logic was that temporary tables were already opened when mysql_execute_command() has called open_temporary_tables(). This worked for the most part, except for temporary tables of type MERGE. for which open_and_process_table() must call table->file->extra(HA_EXTRA_ADD_CHILDREN_LIST). Failure to make this call resulted in crash further in execution. tables->table->file->extra(HA_EXTRA_ADD_CHILDREN_LIST)
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
unknown authored
-
Sergey Petrunya authored
- Put back the code tht produces the warning about "Table storage engine %s does not support the create option 'TRANSACTIONAL=1'"
-
Sergey Petrunya authored
-
unknown authored
Merged the majority of the PFS test cases. There are still 19 failing test cases that need more attention.
-
Sergey Petrunya authored
-Note 1031 Table storage engine for 't1' doesn't have this option +Note 1031 Table storage engine for 'InnoDB' doesn't have this option They were caused by a change in MariaDB which changed ER_ILLEGAL_HA message text to be like: "Storage engine InnoDB of the table `test`.`t1` doesn't have this option" Some the error calls were changed to pass new parameters, but some were left to be old. Also the error text in errmsg-ut8.txt was not changed.
-
Sergey Petrunya authored
- Update test results for tests using SPs: SPs no longer emit warnings/errors that were caught and handled inside SP
-
Sergey Petrunya authored
-
unknown authored
-
- 07 Jul, 2013 1 commit
-
-
Sergey Petrunya authored
- New error message text - PARTITION is now a reserved word in SQL, so it should be quoted
-
- 05 Jul, 2013 3 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Update trivial .reject/.result differences (all checked)
-
Sergey Petrunya authored
-