summaryrefslogtreecommitdiff
path: root/mysql-test/r/create.result
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+138
|\
| * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+138
| |\
| | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+138
| | |\
| | | * crash with too long index commentsSergei Golubchik2018-01-181-0/+138
* | | | Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-0/+7
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+7
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+7
| | | |\ \ | | | | |/
| | | | * MDEV-10274 Bundling insert with create statement for table with unsigned Deci...Alexey Botchkov2016-12-191-0/+7
* | | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-101-2/+7
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-30/+34
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-30/+34
| |\ \ \ | | |/ /
| | * | MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECTSergei Golubchik2016-12-041-156/+160
* | | | MDEV-11066 use MySQL terminology for "virtual columns"Sergei Golubchik2016-12-121-3/+3
* | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-3/+3
* | | | Remove end . from error messages to get them consistentMonty2016-10-051-31/+31
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+1
| |\ \ \ | | |/ /
| | * | Added new status variables to make it easier to debug certain problems:Monty2016-08-211-0/+1
* | | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-27/+27
* | | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-301-5/+5
* | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-1/+2
* | | | MDEV-9518 Increase the range for INFORMATION_SCHEMA.MEMORY_USED columnSergei Golubchik2016-06-091-2/+2
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-311-0/+7
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-0/+16
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-0/+16
| |\ \ | | |/
| | * MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(ta...Oleksandr Byelkin2016-02-091-0/+16
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+6
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-0/+6
| |\ \ | | |/
| | * MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare...Jan Lindström2015-12-071-0/+6
* | | MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128Nirbhay Choubey2015-11-091-782/+0
* | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-221-3/+3
* | | MDEV-6756: map a linux pid (child pid) to a connection id shown in the output...Oleksandr Byelkin2015-09-171-2/+4
* | | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-181-12/+12
* | | MDEV-7807 information_schema.processlist truncates queries with binary stringsAlexander Barkov2015-05-081-2/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-1/+1
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-1/+1
| | |\
| | | * Bug #16869534 QUERYING SUBSET OF COLUMNS DOESN'T USE TABLE CACHE; OPENED_TABL...V S Murthy Sidagam2014-11-261-1/+1
| | | * Bug#52312 lost Handler_read_last status variableMarc Alff2010-08-251-0/+1
| | | * WL#5370 Keep forward-compatibility when changing 2010-08-181-45/+358
| | | * This patch backports test coverage for:Jon Olav Hauglid2010-06-111-0/+55
| | | * Bug#49193 CREATE TABLE reacts differently depending on whether Magne Mahre2010-05-051-0/+41
| | | * Bug#48800 CREATE TABLE t...SELECT fails if t is a temporaryMagne Mahre2010-05-051-0/+15
| | | * Mergine from mysql-next-meAlexander Barkov2010-02-271-5/+29
| | | |\
| | | | * Patch for WL#3736: Extended Table, Column and Index Comments.Alexander Nozdrin2010-02-201-4/+4
| | | | * Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-5/+2
| | | | |\
| | | | * \ Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-2/+2
| | | | |\ \
| | | | * | | Backport of revno: 2617.76.3Jon Olav Hauglid2009-12-091-0/+1