summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1
Commit message (Expand)AuthorAgeFilesLines
* enable tests that were skipped because of have_xtradbSergei Golubchik2016-12-292-5/+5
* buildbot issuesSergei Golubchik2016-12-131-2/+2
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-126-135/+135
* store/show vcols as item->print()Sergei Golubchik2016-12-128-25/+25
* Remove end . from error messages to get them consistentMonty2016-10-0512-112/+112
* MDEV-6112 multiple triggers per tableMonty2016-10-0515-99/+82
* Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-1912-70/+70
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-1/+1
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-07-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-07-121-1/+1
| | | |\
| | | | * MDEV-10311 - funcs_1.processlist_priv_no_prot fails sporadicallySergey Vojtovich2016-06-301-1/+1
| | | | * MDEV-6528 review debian patches for mysqlSergei Golubchik2014-10-022-2/+2
| | | * | Fixed failing test cases and compiler warnings found by buildbotMonty2015-11-241-4/+4
| * | | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-2711-69/+69
* | | | | update test resultsSergei Golubchik2016-09-161-4/+4
* | | | | increase I_S.FILES.FILE_NANE column lengthSergei Golubchik2016-09-161-2/+2
* | | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-022-7/+7
|/ / / /
* | | | Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-033-36/+36
* | | | Post-merge: Update test resultsNirbhay Choubey2016-06-301-2/+2
* | | | revert second lookahead in the lexerSergei Golubchik2016-06-301-1/+1
* | | | restore ER_VIEW_CHECK_FAILED to be different from ER_CONSTRAINT_FAILEDSergei Golubchik2016-06-305-691/+691
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-307-850/+850
* | | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-3011-43/+43
* | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-222-5/+5
* | | | MDEV-9518 Increase the range for INFORMATION_SCHEMA.MEMORY_USED columnSergei Golubchik2016-06-096-10/+10
* | | | Follow-up for the previous commit - result change for a big testElena Stepanova2016-05-301-2/+2
* | | | MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-283-6/+6
* | | | Recording test results forgotten in 9a25c01f7848324dd63c64ea4e1c86ef1cebfbc8Alexander Barkov2016-05-251-1/+1
* | | | MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntacticallyAlexander Barkov2016-05-233-3/+3
* | | | MDEV-6720 - enable connection log in mysqltest by defaultSergey Vojtovich2016-03-3179-402/+1289
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-253-7/+7
|\ \ \ \ | |/ / /
| * | | update test results after MDEV-9307Sergei Golubchik2016-02-231-2/+2
| * | | MDEV-9307 - provide info about DATA/INDEX directory in INFORMATION_SCHEMA.TAVladislav Vaintroub2016-02-222-5/+5
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-296-16/+7
|\ \ \ \ | |/ / /
| * | | update resultsmariadb-10.1.10Sergei Golubchik2015-12-231-2/+2
| * | | Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-12-221-2/+2
| |\ \ \
| | * | | MDEV-7540 Information Schema SPATIAL_REF_SYS contents don't match the expecte...Alexey Botchkov2015-12-211-2/+2
| * | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA...Sergei Golubchik2015-12-214-12/+3
| |/ / /
* | | | MDEV-9166 Wrong error message and shift/reduce conflicts in the RETURNS clauseAlexander Barkov2015-11-231-1/+1
|/ / /
* | | update test resultsSergei Golubchik2015-11-201-4/+4
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-4/+4
|\ \ \ | |/ /
| * | MDEV#7383: Update test resultsSergei Petrunia2015-11-121-4/+4
* | | MDEV-8658 DATE(zerofill_column) and DATE(COALESCE(zerofill_column)) return di...Alexander Barkov2015-09-233-90/+78
* | | Follow-up for MDEV-6756 - fix the ps-protocol version of the testsElena Stepanova2015-09-232-97/+100
* | | Follow-up for MDEV-6756 - fix the embedded version of the testElena Stepanova2015-09-231-0/+2
* | | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-2211-11/+11
* | | MDEV-6756: map a linux pid (child pid) to a connection id shown in the output...Oleksandr Byelkin2015-09-176-121/+126
* | | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-174-13/+31
* | | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-0431-6/+54
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-033-24/+24
|\ \ \ | |/ /