summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30677: Incorrect result for "SELECT JSON_SCHEMA_VALID('{}', NULL)"HEAD11.1Rucha Deodhar2023-05-032-0/+19
* MDEV-30689: JSON_SCHEMA_VALID for type=array return 1 for any string thatRucha Deodhar2023-05-032-0/+58
* [MDEV-29827] Clear error when --event-scheduler=ON is combined with --skip-gr...Daniel Lenski2023-04-278-8/+33
* MDEV-31032: UBSAN|downcast of address X which does not point to anRucha Deodhar2023-04-262-0/+39
* MDEV-30705: JSON_SCHEMA_VALID: schema with multipleOf for big valueRucha Deodhar2023-04-262-0/+26
* MDEV-30704: JSON_SCHEMA_VALID: multipleOf must be greater than zeroRucha Deodhar2023-04-262-0/+68
* MDEV-30703: JSON_SCHEMA_VALID : Enum array must have at least one valueRucha Deodhar2023-04-262-0/+35
* MDEV-30690: Server crashed on function JSON_SCHEMA_VALID with incorrectRucha Deodhar2023-04-262-2/+60
* MDEV-30977: Additional key values are not validating properly when usingRucha Deodhar2023-04-262-0/+43
* MDEV-30995: JSON_SCHEMA_VALID is not validating case sensitive when usingRucha Deodhar2023-04-262-0/+68
* MDEV-30795: JSON_SCHEMA_VALID bugs mentioned in commentRucha Deodhar2023-04-262-0/+76
* MDEV-27128: Implement JSON Schema Validation FUNCTIONRucha Deodhar2023-04-264-0/+3520
* MDEV-30946 Index usage for DATE(datetime_column) = const does not work for DE...preview-11.1-mdev-8320Oleg Smirnov2023-04-252-1351/+470
* MDEV-30901 Index usage for DATE(datetime_column) = const does not work for en...Oleg Smirnov2023-04-252-336/+720
* MDEV-8320 Allow index usage for DATE(col) <=> const and YEAR <=> constOleg Smirnov2023-04-252-0/+2867
* MDEV-21921 Make transaction_isolation and transaction_read_only into system v...Junqi Xie2023-04-1224-120/+116
* Merge 11.0 into 11.1Marko Mäkelä2023-03-2910-30/+363
|\
| * Merge 10.11 into 11.0Marko Mäkelä2023-03-298-30/+30
| |\
| | * Merge 10.10 into 10.11Marko Mäkelä2023-03-296-25/+25
| | |\
| | | * Merge 10.9 into 10.10Marko Mäkelä2023-03-296-25/+25
| | | |\
| | | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-296-25/+25
| | | | |\
| | | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-296-25/+25
| | | | | |\
| | | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-03-226-25/+25
| | | | | | |\
| | | | | | | * [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client'Tingyao Nian2023-03-216-25/+25
| | * | | | | | Fix trivial spelling errorsOtto Kekalainen2023-03-242-3/+3
| * | | | | | | MDEV-19629 post-merge fixesbb-11.0-sergSergei Golubchik2023-03-272-0/+333
* | | | | | | | Merge 11.0 into 11.1Marko Mäkelä2023-03-232-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix the testcase for MDEV-30693Sergei Petrunia2023-03-202-2/+2
* | | | | | | | Merge 11.0 into 11.1Marko Mäkelä2023-03-1713-8/+185
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-03-179-8/+113
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-03-175-1/+80
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-03-175-1/+80
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-03-172-0/+38
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-28958 Crash when checking whether condition can be pushed into viewbb-10.8-igorIgor Babaev2023-03-142-0/+38
| | | | * | | | MDEV-30805 SIGSEGV in my_convert and UBSAN: member access within null pointer...Alexander Barkov2023-03-143-1/+42
| | * | | | | | MDEV-30789: Add Georgian error messages and localeEkaterine Papava2023-03-084-7/+33
| * | | | | | | MDEV-30442: Assertion `!m_innodb' failed in ha_partition::cmp_ref ...Sergei Petrunia2023-03-162-0/+54
| * | | | | | | MDEV-30693: Assertion `dbl_records <= s->records' failed in apply_selectivity...Sergei Petrunia2023-03-162-0/+18
* | | | | | | | Adjusted test results after rebase of MDEV-7487 related commits against 11.1Igor Babaev2023-03-152-19/+19
* | | | | | | | MDEV-29390: Improve coverage for UPDATE and DELETE statements in MTR test suitesLena Startseva2023-03-158-750/+20376
* | | | | | | | Adjusted test results after rebase against 11.0.1Igor Babaev2023-03-1518-838/+2851
* | | | | | | | Fixes of MDEV-30538 and MDEV-30586 for 10.4 adjusted for 11.0.Igor Babaev2023-03-153-5/+6
* | | | | | | | MDEV-7487 Semi-join optimization for single-table update/delete statementsIgor Babaev2023-03-158-24/+6180
* | | | | | | | Another fix after the latest rebase of commits for MDEV-28883Igor Babaev2023-03-151-4/+2
* | | | | | | | MDEV-29428 Incorrect result for delete with "order by" clauseIgor Babaev2023-03-152-0/+89
* | | | | | | | MDEV-29189 Crash of the second execution of SF using DELETE/UPDATEIgor Babaev2023-03-152-0/+76
* | | | | | | | Assertion failure with UPDATE of view using MERGE tableIgor Babaev2023-03-152-7/+20
* | | | | | | | MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHEREIgor Babaev2023-03-1515-16/+864
* | | | | | | | MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-1511-31/+37
|/ / / / / / /
* | | | | | | Fixed the cost for HASH joinMonty2023-03-074-16/+53