summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_myisam.result
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove Item::intro_versionSergei Golubchik2016-12-121-3/+3
| | | | | and partition_info::set_show_version_string - they were already broken and impossible to maintain
* MDEV-8287 DROP TABLE suppresses all engine errorsSergei Golubchik2015-06-161-1/+1
| | | | | | | | | | | | | | | | in ha_delete_table() * only convert ENOENT and HA_ERR_NO_SUCH_TABLE to warnings * only return real error codes (that is, not ENOENT and not HA_ERR_NO_SUCH_TABLE) * intercept HA_ERR_ROW_IS_REFERENCED to generate backward compatible ER_ROW_IS_REFERENCED in mysql_rm_table_no_locks() * no special code to handle HA_ERR_ROW_IS_REFERENCED * no special code to handle ENOENT and HA_ERR_NO_SUCH_TABLE * return multi-table error ER_BAD_TABLE_ERROR <table list> only when there were many errors, not when there were many tables to drop (but only one table generated an error)
* 10.0-monty mergeSergei Golubchik2013-07-211-66/+63
|\ | | | | | | | | | | | | | | 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-171-0/+74
| |
| * Fixed all remaining failures in partition tests. Igor Babaev2013-07-081-78/+1
| | | | | | | | Commented out the test case for bug 50036 as it was done in mysql-5.6.10.
* | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-091-1/+0
|/ | | | | | | | * print "table doesn't exist in engine" when a table doesn't exist in the engine, instead of "file not found" (if no file was involved) * print a complete filename that cannot be found ('t1.MYI', not 't1') * it's not an error for a DROP if a table doesn't exist in the engine (or some table files cannot be found) - if the DROP succeeded regardless
* after merge changes:Sergei Golubchik2011-12-121-2/+2
| | | | | | | | | | | * rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
* mergeMattias Jonsson2011-04-271-0/+9
|\
| * Post push fix for bug#11766249 bug#59316Mattias Jonsson2011-04-271-0/+90
| | | | | | Partitions can have different ref_length (position data length). Removed DBUG_ASSERT which crashed debug builds when using MAX_ROWS on some partitions.
* Backport of bug#11891417 from mysql-trunk to mysql-5.5Mattias Jonsson2011-03-311-0/+241