summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21652 test fixbb-10.6-midenok-MDEV-16417-atomicAleksey Midenkov2021-03-232-6/+0
* MDEV-20865 fixAleksey Midenkov2021-03-213-45/+25
* MDEV-21652 fk_cleanup_legacy_storage() fixAleksey Midenkov2021-03-191-33/+20
* MDEV-21052 build_name() movedAleksey Midenkov2021-03-182-47/+47
* MDEV-12483 create_foreign_key() splitAleksey Midenkov2021-03-182-30/+50
* MDEV-21053 Crash safety of foreign key DDLAleksey Midenkov2021-03-1832-459/+4854
* MDEV-21652 Foreign key migration from old versionAleksey Midenkov2021-03-1850-1300/+5082
* MDEV-21052 InnoDB foreign key refactoring for TABLE_SHARE::foreign_keysAleksey Midenkov2021-03-1695-3657/+1138
* table_flags fixAleksey Midenkov2021-03-166-237/+17
* MDEV-20865 Store foreign key info in TABLE_SHAREAleksey Midenkov2021-03-16165-1869/+5726
* Remove useless test innodb.innodb_bug60049Marko Mäkelä2021-02-183-59/+0
* Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-02-179-47/+67
* Updated code to be compiled with columnstore and boostMonty2021-02-178-18/+22
* Change replication to use uchar for all buffers instead of charMonty2021-02-1715-529/+552
* MDEV-24746 Atomic CREATE TRIGGERMonty2021-02-1712-55/+926
* MDEV-24607 Atomic CREATE VIEWMonty2021-02-175-7/+380
* MDEV-24576 Atomic CREATE TABLEMonty2021-02-1623-315/+1128
* MDEV-24408 Atomic DROP DATABASEMonty2021-02-1618-286/+913
* MDEV-24395 Atomic DROP TRIGGERMonty2021-02-166-28/+375
* MDEV-23844 Atomic DROP TABLEMonty2021-02-1615-77/+1186
* MDEV-23842 Atomic RENAME TABLEMonty2021-02-1643-765/+3376
* Temporary workaround for atomic rename table in InnoDBMarko Mäkelä2021-02-161-1/+2
* MDEV-20025: ADD_MONTHS() Oracle functionMonty2021-02-165-3/+132
* Ensure that we do not allocate strings bigger than 4G in String objects.Monty2021-02-161-1/+2
* MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-02-169-1/+1591
* MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-01-286-2/+86
* MDEV-24285 support oracle build-in function: sys_guidMonty2021-01-287-0/+85
* MDEV-24089 support oracle syntax: rownumMonty2021-01-2835-72/+2134
* MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-01-288-24/+284
* Make LEX::can_not_use_merged more generalMonty2021-01-284-8/+16
* Added comment to create_inital_db.cmake of how to run itMonty2021-01-281-0/+4
* Give a readable error in mtr if resolve_at_variable failsMonty2021-01-281-2/+9
* Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-01-288-95/+95
* Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-01-2810-1219/+1276
* Indentation cleanups (break long lines)Monty2021-01-281-5/+9
* Replace find_temporary_table() with is_temporary_table()Monty2021-01-282-3/+2
* Don't reset StringBuffers in loops when not neededMonty2021-01-287-16/+29
* Patch for columnstore to update it to new 10.6 codeMonty2021-01-281-0/+0
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-01-2876-1015/+1005
* Fix test of characterset used with fulltext index in InnoDBMonty2021-01-281-6/+4
* Added override to all releveant methods in Item (and a few other classes)Monty2021-01-2823-3121/+3266
* Added full_name_cstring()Monty2021-01-204-23/+32
* Reduce usage of strlen()Monty2021-01-20110-1726/+3484
* Added ErrConvString.lex_cstring() to simplify codeMonty2021-01-196-36/+46
* Add support for minimum field width for strings to my_vsnprintf()Monty2021-01-1912-70/+101
* Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAMEAlexander Barkov2021-01-198-26/+26
* Split item->flags into base_flags and with_flagsMonty2021-01-1936-460/+523
* Removed Item::is_fixed() and Item::has_subquery()Monty2021-01-1921-96/+92
* Remove calls to current_thd() in Item functionsMichael Widenius2021-01-1912-164/+184
* Change bitfields in Item to a uint16Michael Widenius2021-01-1947-1103/+1235