summaryrefslogtreecommitdiff
path: root/mysql-test/r
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Update contributorsIan Gilfillan2018-04-051-2/+1
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-04-033-0/+215
| | | |\ \ | | | | |/
| | | | * MDEV-15630 uuid() function evaluates at wrong time in queryAlexander Barkov2018-04-031-0/+11
| | | | * MDEV-11274: Executing EXPLAIN of complex query over join limit causes server ...Varun Gupta2018-03-271-0/+197
| | | | * MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-0/+7
| | | * | increase upper value of max_prepared_stmt_count to UINT32_MAXDaniel Black2018-04-032-2/+2
| | | * | MDEV-9744: session optimizer_use_condition_selectivity=5 causing SQL Error (1...Varun Gupta2018-04-021-0/+18
| | | * | MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts dataAlexander Barkov2018-03-261-0/+37
| | * | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-267-11/+18
| * | | | MDEV-15769: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Sergei Petrunia2018-04-071-0/+16
| * | | | MDEV-15579 Crash in Item_field::used_tables() called byGalina Shalygina2018-04-031-0/+159
* | | | | Rename a test (fix merge error)Marko Mäkelä2018-05-091-29/+0
* | | | | Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-29982-814889/+0
* | | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-3/+56
* | | | | Fixed alter online table for Aria tablesMonty2018-03-291-0/+78
* | | | | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-291-0/+5
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-2818-38/+653
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-254-2/+74
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-03-234-2/+68
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-03-234-2/+68
| | | |\ \ | | | | |/
| | | | * MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-222-2/+34
| | | | * MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-211-0/+23
| | | | * MDEV-15555: select from DUAL where false yielding wrong result when in a INVarun Gupta2018-03-211-0/+11
| * | | | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-0/+3
| * | | | MDEV-15570 Assertion `Item_cache_temporal::field_type() != MYSQL_TYPE_TIME' f...Sergei Golubchik2018-03-231-0/+6
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-211-0/+14
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2018-03-201-0/+14
| | |\ \ \ | | | |/ /
| | | * | MDEV-6736: Valgrind warnings 'Invalid read' in subselect_engine::calc_const_t...Varun Gupta2018-03-171-0/+14
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-214-31/+387
| |\ \ \ \ | | |/ / /
| | * | | MDEV-12255 innodb_prefix_index_cluster_optimization hits debug buildThirunarayanan Balathandayuthapani2018-03-201-31/+330
| | * | | MDEV-15005 ASAN: stack-buffer-overflow in my_strnncollsp_simpleAlexander Barkov2018-03-192-0/+26
| | * | | MDEV-15321:different results when using value of optimizer_use_condition_sele...Varun Gupta2018-03-161-0/+31
| * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2018-03-163-0/+90
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2018-03-152-0/+39
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-03-141-0/+15
| | | |\ \ | | | | |/
| | | | * MDEV-15235: Assertion `length > 0' failed in create_ref_for_keyVarun Gupta2018-03-111-0/+15
| | | * | MDEV-13202 Assertion `ltime->neg == 0' failed in date_to_datetimeAlexander Barkov2018-03-131-0/+24
| | * | | MDEV-14452 Precision in INTERVAL xxx DAY_MICROSECOND parsed wrong?Alexander Barkov2018-03-141-0/+51
| * | | | MDEV-15478: Lost name of a explicitly named CTE column used inGalina Shalygina2018-03-161-0/+37
| * | | | MDEV-15141 Check constraint validation on a datetime field crashes the processSergei Golubchik2018-03-141-0/+4
| * | | | MDEV-11839 move value caching from get_datetime_value to fix_fields timeSergei Golubchik2018-03-144-5/+34
| * | | | cleanup: typos, comments, whitespaceSergei Golubchik2018-03-141-2/+2
| * | | | MDEV-9592 - New 'Normal shutdown' log format can be confusingSergey Vojtovich2018-03-131-1/+1
* | | | | MDEV-15702 Remove the use of STRING_ITEM from Item_func_date_format::fix_leng...Alexander Barkov2018-03-281-0/+58
* | | | | MDEV-15316 Assertion `(thd->lex)->var_list.is_empty()' failed in MYSQLparseAlexander Barkov2018-03-271-0/+5
* | | | | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-272-1/+17
* | | | | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-0/+3
* | | | | MDEV-15597 Add class Load_data_outvar and avoid using Item::STRING_ITEM for I...Alexander Barkov2018-03-201-0/+21
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-135-0/+76
|\ \ \ \ \
| * \ \ \ \ Merge 10.2 into bb-10.2-extMarko Mäkelä2018-03-134-1/+39
| |\ \ \ \ \ | | |/ / / /