summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Collapse)AuthorAgeFilesLines
* more post-merge fixes:Sergei Golubchik2013-07-2111-33/+40
| | | | | | | | * update results * don't force HA_CREATE_DELAY_KEY_WRITE on all temp tables, (bad for CREATE ... LIKE) instead imply it in myisam/aria * restore HA_ERR_TABLE_DEF_CHANGED in archive * increase the default number of rwlock classes in P_S to fit all our rwlocks
* 10.0-monty mergeSergei Golubchik2013-07-21100-764/+2389
|\ | | | | | | | | | | | | | | includes: * remove some remnants of "Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING" * introduce LOCK_share, now LOCK_ha_data is strictly for engines * rea_create_table() always creates .par file (even in "frm-only" mode) * fix a 5.6 bug, temp file leak on dummy ALTER TABLE
| * merge few bug fixes from 5.6Sergei Golubchik2013-07-177-6/+681
| |
| * MDEV-617 LP:671189 - Query cache is not used for tables or databases with ↵unknown2013-07-181-0/+35
| | | | | | | | | | | | dots in their names test suite added to be sure that bug is fixed
| * MDEV-4757 Change mysql.slow_log.event_time from TIMESTAMP to TIMESTAMP(6)Sergei Golubchik2013-07-156-10/+10
| |
| * Fixes for innodb suite, merging tests from 5.6.Sergei Golubchik2013-07-151-0/+9
| | | | | | | | | | | | | | | | | | | | Includes 5.6 changesets for: ***** Fix for BUG#13489996 valgrind:conditional jump or move depends on uninitialised values-field_blob. blob_ptr_size was not initialized properly: remove this variable. ***** Bug#14021323 CRASH IN FIELD::SET_NULL WHEN INSERTING ROWS TO NEW TABLE *****
| * Fix main test suite on WindowsVladislav Vaintroub2013-07-151-24/+2
| |
| * update plugin API versions in testsSergei Golubchik2013-07-132-4/+4
| |
| * archive.test and othersSergei Golubchik2013-07-123-28/+0
| |
| * restore ha_example::check_if_incompatible_data(), ↵Sergei Golubchik2013-07-121-0/+6
| | | | | | | | | | | | | | create_info->fields_option_struct, create_info->indexes_option_struct lost in the merge. add test cases.
| * fix upgrade.test - update from 5.6Sergei Golubchik2013-07-121-1/+5
| |
| * merge bugfuxes for sp-error.testSergei Golubchik2013-07-122-4/+885
| |
| * changes corresponts to changes in 5.6unknown2013-07-121-7/+24
| |
| * temporal-related changes. don't apply sql_mode flags on the lower level ↵Sergei Golubchik2013-07-115-22/+28
| | | | | | | | | | | | | | | | (str_to_datetime), do it on the upper level, in items that return temporal values. update tests results to match 5.6 better and to fix old bugs.
| * fix truncate_coverage.test: update from 5.6Sergei Golubchik2013-07-111-3/+3
| |
| * fix signal_demo3.test: fix a typo in the merge, and update results to match 5.6Sergei Golubchik2013-07-111-10/+10
| |
| * fix create.test: update the results, don't restore the incorrectly merged ↵Sergei Golubchik2013-07-111-13/+12
| | | | | | | | | | | | feature. it'll go away in the next 10.0 merge
| * fix alter_table.test: remove old assert as it was removed from 5.6,Sergei Golubchik2013-07-111-4/+4
| | | | | | | | add extra_func code from 5.5, that was lost in a merge
| * fix cast.test, select.test, select_jcl6.test: update results after ↵Sergei Golubchik2013-07-103-5/+19
| | | | | | | | strict_date_checking=1
| * fix plugin.test - bad merge in TABLE_SHARE::destroy, ha_share must be ↵Sergei Golubchik2013-07-101-3/+3
| | | | | | | | deleted before the plugin
| * fix select_pkeycache: update results after strict_date_checking=1Sergei Golubchik2013-07-101-1/+5
| |
| * fix innodb_mysql_sync test - update from 5.6Sergei Golubchik2013-07-101-14/+183
| |
| * fix flush_read_lock - update the test and results form 5.6Sergei Golubchik2013-07-101-23/+8
| |
| * fix for alter_table_online test.Sergei Golubchik2013-07-101-23/+21
| | | | | | | | | | Map ALTER ONLINE TABLE to ALTER TABLE ... ALGORITHM=INPLACE. Make MERGE engine to announce its support of inplace operations.
| * MDEV-4758 10.0-monty tree: ALTER TABLE CHANGE COLUMN doesn't drop EITS statsSergei Golubchik2013-07-091-9/+19
| | | | | | | | | | add missing rename_column_in_stat_tables(), delete_statistics_for_column(), delete_statistics_for_index(), rename_table_in_stat_tables() calls.
| * commit_1innodb.test: update results from 5.6Sergei Golubchik2013-07-091-2/+2
| |
| * Cought errors are not shownunknown2013-07-091-43/+1
| |
| * Fix merge.test failureSergey Petrunya2013-07-091-2/+2
| | | | | | | | | | | | | | | | - 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
| * Fixed all remaining failures in partition tests. Igor Babaev2013-07-084-82/+6
| | | | | | | | Commented out the test case for bug 50036 as it was done in mysql-5.6.10.
| * Fixed a failure in partition_truncate.test.Igor Babaev2013-07-081-1/+1
| |
| * Automatic mergeSergey Petrunya2013-07-081-2/+2
| |\
| | * Fix test failure in myisam.test:Sergey Petrunya2013-07-081-2/+2
| | | | | | | | | | | | | | | - Put back the code tht produces the warning about "Table storage engine %s does not support the create option 'TRANSACTIONAL=1'"
| * | fixed result.unknown2013-07-081-153/+14
| |/
| * Fix test errors like:Sergey Petrunya2013-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | -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.
| * known results differencesunknown2013-07-056-32/+5
| |
| * fixed result (error message and error message intercepting).unknown2013-07-051-3/+1
| |
| * Update test result: same as in 10.0 and maria (and mysql) 5.5Sergey Petrunya2013-07-051-1/+1
| |
| * Fix mysqldump.test: update test resultSergey Petrunya2013-07-051-5/+6
| |
| * Update test result: PASSWORD(NULL) returns '' now.Sergey Petrunya2013-07-051-1/+1
| |
| * More test result updates, follow the previous csetSergey Petrunya2013-07-051-1/+1
| |
| * More test result updates:Sergey Petrunya2013-07-052-2/+2
| | | | | | | | | | | | | | - strict.test updated (changed back) after the cset with "Fix type_newdecimal.test ..." two csets ago - row-checksum.test changed the code from HA_WRONG_CREATE_OPTION to ER_ILLEGAL_HA_CREATE_OPTION, like mysql-5.6 did
| * Fix a number of tests:Sergey Petrunya2013-07-058-77/+15
| | | | | | | | | | | | | | - MariaDB does not have mysql.slave_master_info, mysql.slave_relay_log_info ,mysql.slave_worker_info or mysql.ndb_binlog_index tables. - Some tests expected to have these tables (this was an incorrect merge from 5.6, which merged necessary tables like mysql.innodb*stats, but also got these tables)
| * Automatic mergeSergey Petrunya2013-07-041-30/+34
| |\
| | * Update log_tables.test: some definitions of columns have changed, and ↵Sergey Petrunya2013-07-041-30/+34
| | | | | | | | | | | | slow_log got 'thread_id' column.
| * | Update test result for mysql-test/t/ctype_errors.test (checked)Sergey Petrunya2013-07-041-2/+2
| |/
| * Automatic mergeSergey Petrunya2013-07-041-3/+3
| |\
| | * MDEV-4756: 10.0-monty tree: log_state.test failsSergey Petrunya2013-07-041-3/+3
| | | | | | | | | | | | | | | | | | - make the test output stable - make Log_to_csv_event_handler::log_slow() to write the value of thd->thread_id (it didn't, and so 0 was always logged).
| * | Update test results: handlersocket.test (approved by Serg)Sergey Petrunya2013-07-041-1/+1
| |/
| * Update more test results (all checked).Sergey Petrunya2013-07-044-46/+76
| |
| * Fix a number of trivial test failures by updating error message:Sergey Petrunya2013-07-038-15/+15
| | | | | | | | | | | | "Unknown table tbl" is now "Unknown table database.tbl" (part#3)