summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-371 Unique Index for long columnsSergei Golubchik2019-02-224-127/+97
* mysql_prepare_create_table() inconsistencySergei Golubchik2019-02-222-2/+8
* MDEV-371 Unique Index for long columnsSachin2019-02-2216-55/+704
* don't invoke error interceptors for fatal errorsSergei Golubchik2019-02-212-26/+2
* MDEV-18297 How to reset a forgotten root passwordSergei Golubchik2019-02-213-10/+13
* don't consider the password "expired" if authentication is passwordlessSergei Golubchik2019-02-211-2/+3
* MDEV-7597 Expiration of user passwordsSergei Golubchik2019-02-218-143/+79
* MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-2115-56/+392
* store string lengths in frm in 1-3 bytesSergei Golubchik2019-02-213-66/+65
* don't allow TIME columns in PERIOD specificationSergei Golubchik2019-02-211-1/+2
* UPDATE FOR PERIOD OF: don't crash on multi-table viewsSergei Golubchik2019-02-211-6/+6
* update sql_yacc_ora.yy to match sql_yacc.yySergei Golubchik2019-02-212-14/+60
* misc cleanupsSergei Golubchik2019-02-2110-100/+95
* MDEV-16975 Application-time periods: ALTER TABLENikita Malyavin2019-02-2113-48/+218
* MDEV-16974 Application-time periods: UPDATENikita Malyavin2019-02-216-25/+165
* MDEV-16973 Application-time periods: DELETENikita Malyavin2019-02-2110-128/+432
* MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-2114-183/+446
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-2127-210/+680
|\
| * make compatible parser in sync with main oneOleksandr Byelkin2019-02-191-12/+29
| * Merge 10.2 into 10.3Marko Mäkelä2019-02-1926-255/+683
| |\
| | * the opt_constraint_no_id should not have the lex_str type.Alexey Botchkov2019-02-061-1/+1
| | * MDEV-17599 ALTER TABLE DROP CONSTRAINT does not work for foreign keys.Alexey Botchkov2019-02-052-2/+65
| | * MDEV-18239 ASAN use-after-poison in process_str_arg / ... / mark_unsupported_...Sergei Golubchik2019-02-051-1/+6
| | * MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-056-34/+17
| | * cleanup: don't search for a just-opened tmp table in ALTERSergei Golubchik2019-02-051-39/+7
| | * compiler warningsSergei Golubchik2019-02-051-2/+2
| | * Merge 10.1 into 10.2Marko Mäkelä2019-02-038-77/+109
| | |\
| | | * Merge 10.1 into 10.1Marko Mäkelä2019-02-027-76/+104
| | | |\
| | | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-286-24/+89
| | | | |\
| | | | | * Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERYSreeharsha Ramanavarapu2019-01-231-10/+12
| | | | | * Bug #28178776 COMPARISON OF UNINITAILIZED MEMORY IN LOG_IN_USEAditya A2019-01-232-6/+6
| | | | | * MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctlyOleksandr Byelkin2019-01-161-1/+4
| | | | | * Backport MDEV-17504 to 5.5Vladislav Vaintroub2019-01-112-7/+67
| | | | * | cleanup: fill_alter_inplace_infoSergei Golubchik2019-01-251-51/+13
| | | | * | compiler warningSergei Golubchik2019-01-251-1/+1
| | | | * | MDEV-18255: Server crashes in Bitmap<64u>::intersectVarun Gupta2019-01-241-1/+2
| | | * | | Fix embedded innodb_plugin after 560799ebd8efe11f4c4ae1bb9ed4d39185e03800Marko Mäkelä2019-02-021-1/+5
| | * | | | MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-024-0/+8
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-0218-100/+466
| | |\ \ \ \ | | | |/ / /
| | | * | | postmerge rollbacks and fixesOleksandr Byelkin2019-01-311-11/+1
| | | * | | Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-315-0/+62
| | | |\ \ \
| | | | * \ \ Merge remote-tracking branch 'origin/10.0' into 10.0-galeraJan Lindström2018-11-021-0/+6
| | | | |\ \ \
| | | | * \ \ \ Merge remote-tracking branch 'origin/10.0' into bb-10.0-galeraJan Lindström2018-10-3129-198/+328
| | | | |\ \ \ \
| | | | * \ \ \ \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-3032-347/+278
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge tag 'mariadb-5.5.62' into 5.5-galeramariadb-galera-5.5.62Jan Lindström2018-10-2928-344/+213
| | | | | |\ \ \ \ \
| | | | | * | | | | | Add missing file.Jan Lindström2018-10-101-0/+26
| | | | | * | | | | | Make config knob wsrep_certification_rules dynamicVasil Dimov2018-10-101-1/+1
| | | | | * | | | | | Add a new config variable wsrep_certification_rulesVasil Dimov2018-10-103-1/+15
| | | * | | | | | | | MDEV-18379: Unification of check for IPv6Julius Goryavsky2019-01-261-1/+2
| | | * | | | | | | | MDEV-17803: ulonglongization of table_mapping entry::table_id to fix windows ...Andrei Elkin2019-01-253-16/+16