summaryrefslogtreecommitdiff
path: root/mysql-test/r/partition_utf8.result
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-53/+0
|
* MDEV-13089 identifier quoting in partitioningSergei Golubchik2017-07-051-7/+7
| | | | | don't print partitioning expression as it was entered by the user, use Item::print() according to the sql_mode and sql_quote_show_create
* cleanup: remove Item::intro_versionSergei Golubchik2016-12-121-6/+6
| | | | | and partition_info::set_show_version_string - they were already broken and impossible to maintain
* BUG#49591, Fixed version string in SHOW CREATE TABLE to accomodate for ↵Mikael Ronstrom2009-12-171-3/+3
| | | | column list partitioning and new function to_seconds
* Fixed a few bugs in hex string generation, in call to val_str for partition ↵Mikael Ronstrom2009-11-021-0/+53
expressions, also made code reusable for DEFAULT handling to fix BUG#48464 by introducing function get_cs_converted_string_value, added partition_utf8 test case for UTF8 outputs