summaryrefslogtreecommitdiff
path: root/mysql-test/main/create.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-40/+40
|\
| * MDEV-18918 SQL mode EMPTY_STRING_IS_NULL breaks RBR upon CREATE TABLE .. SELECTAlexander Barkov2022-01-251-40/+40
| | | | | | | | | | | | | | | | | | Removing DEFAULT from INFORMATION_SCHEMA columns. DEFAULT in read-only tables is rather meaningless. Upgrade should go smoothly. Also fixes: MDEV-20254 Problems with EMPTY_STRING_IS_NULL and I_S tables
* | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-7/+29
|\ \ | |/ | | | | | | Note, the fix for "MDEV-23328 Server hang due to Galera lock conflict resolution" was null-merged. 10.4 version of the fix is coming up separately
| * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-5/+27
| |
| * Merge 10.2 into 10.3Marko Mäkelä2020-04-151-4/+4
| |
* | MDEV-21017: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-08-031-0/+15
| | | | | | | | | | | | | | | | | | failed or late ER_PERIOD_FIELD_WRONG_ATTRIBUTES upon attempt to create existing table Analysis: Error state is not stored when field is checked in Table_period_info::check_field() Fix: Store error state by setting res to true.
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+1
|\ \ | |/
| * Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
| | | | | | | | | | The lintian check complains on spelling error: https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
| * Merge branch '10.2' into 10.3Monty2019-09-031-1/+5
| |
* | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-0/+4
|\ \ | |/
| * MDEV-17544 No warning when trying to name a primary key constraint.Alexey Botchkov2019-07-301-0/+4
| | | | | | | | Warning added.
* | Merge 10.3 into 10.4Marko Mäkelä2018-12-181-3/+3
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-12-181-3/+3
| |
* | Cleaned up some MTR testsMonty2018-12-091-90/+5
|/ | | | | | | | | - Moved tests depending on utf8 characters from create to create_utf8 - Fixed some tests in create and sp that wrongly tried to create table from non existing table on existing table. In a later patch we may first check if table exists, in which case the error message would change. - Updated results for partition_debug_tokudb
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2095