summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Setup default partitions in TABLE_SHAREbb-10.6-midenok-MDEV-12483Aleksey Midenkov2021-03-153-43/+52
* get_default_no_partitions() removedAleksey Midenkov2021-03-155-47/+24
* MDEV-12483 Refactoring for part_info in TABLE_SHAREAleksey Midenkov2021-03-1521-197/+417
* MDEV-21652 cleanupAleksey Midenkov2021-03-141-2/+2
* Use tablename_to_filename() in build_name()Aleksey Midenkov2021-03-145-66/+18
* MDEV-12483 create_foreign_key() splitAleksey Midenkov2021-03-142-31/+52
* MDEV-21053 Crash safety of foreign key DDLAleksey Midenkov2021-03-0932-485/+4851
* MDEV-21652 Foreign key migration from old versionAleksey Midenkov2021-03-0950-425/+3594
* MDEV-21052 InnoDB foreign key refactoring for TABLE_SHARE::foreign_keysAleksey Midenkov2021-03-0992-3640/+1114
* table_flags fixAleksey Midenkov2021-03-096-237/+17
* MDEV-20865 Store foreign key info in TABLE_SHAREAleksey Midenkov2021-03-09165-1869/+5734
* 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