Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more post-merge fixes: | Sergei Golubchik | 2013-07-21 | 11 | -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 merge | Sergei Golubchik | 2013-07-21 | 100 | -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.6 | Sergei Golubchik | 2013-07-17 | 7 | -6/+681 |
| | | |||||
| * | MDEV-617 LP:671189 - Query cache is not used for tables or databases with ↵ | unknown | 2013-07-18 | 1 | -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 Golubchik | 2013-07-15 | 6 | -10/+10 |
| | | |||||
| * | Fixes for innodb suite, merging tests from 5.6. | Sergei Golubchik | 2013-07-15 | 1 | -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 Windows | Vladislav Vaintroub | 2013-07-15 | 1 | -24/+2 |
| | | |||||
| * | update plugin API versions in tests | Sergei Golubchik | 2013-07-13 | 2 | -4/+4 |
| | | |||||
| * | archive.test and others | Sergei Golubchik | 2013-07-12 | 3 | -28/+0 |
| | | |||||
| * | restore ha_example::check_if_incompatible_data(), ↵ | Sergei Golubchik | 2013-07-12 | 1 | -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.6 | Sergei Golubchik | 2013-07-12 | 1 | -1/+5 |
| | | |||||
| * | merge bugfuxes for sp-error.test | Sergei Golubchik | 2013-07-12 | 2 | -4/+885 |
| | | |||||
| * | changes corresponts to changes in 5.6 | unknown | 2013-07-12 | 1 | -7/+24 |
| | | |||||
| * | temporal-related changes. don't apply sql_mode flags on the lower level ↵ | Sergei Golubchik | 2013-07-11 | 5 | -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.6 | Sergei Golubchik | 2013-07-11 | 1 | -3/+3 |
| | | |||||
| * | fix signal_demo3.test: fix a typo in the merge, and update results to match 5.6 | Sergei Golubchik | 2013-07-11 | 1 | -10/+10 |
| | | |||||
| * | fix create.test: update the results, don't restore the incorrectly merged ↵ | Sergei Golubchik | 2013-07-11 | 1 | -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 Golubchik | 2013-07-11 | 1 | -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 Golubchik | 2013-07-10 | 3 | -5/+19 |
| | | | | | | | | strict_date_checking=1 | ||||
| * | fix plugin.test - bad merge in TABLE_SHARE::destroy, ha_share must be ↵ | Sergei Golubchik | 2013-07-10 | 1 | -3/+3 |
| | | | | | | | | deleted before the plugin | ||||
| * | fix select_pkeycache: update results after strict_date_checking=1 | Sergei Golubchik | 2013-07-10 | 1 | -1/+5 |
| | | |||||
| * | fix innodb_mysql_sync test - update from 5.6 | Sergei Golubchik | 2013-07-10 | 1 | -14/+183 |
| | | |||||
| * | fix flush_read_lock - update the test and results form 5.6 | Sergei Golubchik | 2013-07-10 | 1 | -23/+8 |
| | | |||||
| * | fix for alter_table_online test. | Sergei Golubchik | 2013-07-10 | 1 | -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 stats | Sergei Golubchik | 2013-07-09 | 1 | -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.6 | Sergei Golubchik | 2013-07-09 | 1 | -2/+2 |
| | | |||||
| * | Cought errors are not shown | unknown | 2013-07-09 | 1 | -43/+1 |
| | | |||||
| * | Fix merge.test failure | Sergey Petrunya | 2013-07-09 | 1 | -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 Babaev | 2013-07-08 | 4 | -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 Babaev | 2013-07-08 | 1 | -1/+1 |
| | | |||||
| * | Automatic merge | Sergey Petrunya | 2013-07-08 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix test failure in myisam.test: | Sergey Petrunya | 2013-07-08 | 1 | -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. | unknown | 2013-07-08 | 1 | -153/+14 |
| |/ | |||||
| * | Fix test errors like: | Sergey Petrunya | 2013-07-08 | 1 | -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 differences | unknown | 2013-07-05 | 6 | -32/+5 |
| | | |||||
| * | fixed result (error message and error message intercepting). | unknown | 2013-07-05 | 1 | -3/+1 |
| | | |||||
| * | Update test result: same as in 10.0 and maria (and mysql) 5.5 | Sergey Petrunya | 2013-07-05 | 1 | -1/+1 |
| | | |||||
| * | Fix mysqldump.test: update test result | Sergey Petrunya | 2013-07-05 | 1 | -5/+6 |
| | | |||||
| * | Update test result: PASSWORD(NULL) returns '' now. | Sergey Petrunya | 2013-07-05 | 1 | -1/+1 |
| | | |||||
| * | More test result updates, follow the previous cset | Sergey Petrunya | 2013-07-05 | 1 | -1/+1 |
| | | |||||
| * | More test result updates: | Sergey Petrunya | 2013-07-05 | 2 | -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 Petrunya | 2013-07-05 | 8 | -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 merge | Sergey Petrunya | 2013-07-04 | 1 | -30/+34 |
| |\ | |||||
| | * | Update log_tables.test: some definitions of columns have changed, and ↵ | Sergey Petrunya | 2013-07-04 | 1 | -30/+34 |
| | | | | | | | | | | | | slow_log got 'thread_id' column. | ||||
| * | | Update test result for mysql-test/t/ctype_errors.test (checked) | Sergey Petrunya | 2013-07-04 | 1 | -2/+2 |
| |/ | |||||
| * | Automatic merge | Sergey Petrunya | 2013-07-04 | 1 | -3/+3 |
| |\ | |||||
| | * | MDEV-4756: 10.0-monty tree: log_state.test fails | Sergey Petrunya | 2013-07-04 | 1 | -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 Petrunya | 2013-07-04 | 1 | -1/+1 |
| |/ | |||||
| * | Update more test results (all checked). | Sergey Petrunya | 2013-07-04 | 4 | -46/+76 |
| | | |||||
| * | Fix a number of trivial test failures by updating error message: | Sergey Petrunya | 2013-07-03 | 8 | -15/+15 |
| | | | | | | | | | | | | "Unknown table tbl" is now "Unknown table database.tbl" (part#3) |