summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* amend d9b538a522fdf3513942d90ad54366c13b2699ec10.6-monty-innodbMarko Mäkelä2021-04-083-84/+72
* MDEV-25312 Replace fil_space_t::name with fil_space_t::name()Marko Mäkelä2021-04-0837-1139/+767
* amend d9b538a522fdf3513942d90ad54366c13b2699ecMarko Mäkelä2021-04-088-43/+31
* fixup 4f22914cb0742d8fbeeff759d71633172907ab5f: class st_valueMarko Mäkelä2021-04-083-4/+4
* fixup 5f3f569d75f6e9dc029d332435d50b8e25ddc285: uninitialized variableMarko Mäkelä2021-04-081-0/+3
* Added malloc_calls to SHOW GLOBAL STATUS for DEBUG serverMonty2021-04-081-0/+9
* Disabled show_explain when used with valgrind because of random failuresMonty2021-04-081-1/+3
* Made --mariadbd a synonym for --mysqld in mysql-test-runMonty2021-04-081-7/+12
* MDEV-18465 Logging of DDL statements during backupMonty2021-04-0846-148/+1839
* MDEV-25180 Atomic ALTER TABLEMonty2021-04-0844-345/+8115
* Updated code to be compiled with columnstore and boostMonty2021-04-087-18/+22
* Check if we can rename triggers before doing an ALTER TABLE ... RENAMEMonty2021-04-085-63/+176
* Ensure that one can drop a trigger with an orphan .TRN fileMonty2021-04-084-14/+147
* MDEV-24746 Atomic CREATE TRIGGERMonty2021-04-0812-56/+929
* MDEV-24607 Atomic CREATE VIEWMonty2021-04-085-7/+381
* MDEV-24576 Atomic CREATE TABLEMonty2021-04-0822-313/+1132
* MDEV-24408 Atomic DROP DATABASEMonty2021-04-0818-281/+909
* MDEV-24395 Atomic DROP TRIGGERMonty2021-04-086-27/+378
* MDEV-23844 Atomic DROP TABLEMonty2021-04-0815-71/+1163
* MDEV-23842 Atomic RENAME TABLEMonty2021-04-0843-775/+3465
* Make rename atomic/repeatable in MyISAM and AriaMonty2021-04-082-18/+31
* Renamed comment_length -> get_commentMonty2021-04-081-5/+5
* Removed Static_binary_stringMonty2021-04-082-121/+121
* Change replication to use uchar for all buffers instead of charMonty2021-04-0815-529/+552
* Improved code comment and removed nop testMonty2021-04-084-7/+16
* Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-04-089-47/+71
* Less noise in the error logMonty2021-04-084-18/+17
* Avoid creating the .frm file twice in some casesMonty2021-04-083-11/+24
* MDEV-20025: ADD_MONTHS() Oracle functionMonty2021-04-085-3/+132
* Ensure that we do not allocate strings bigger than 4G in String objects.Monty2021-04-081-1/+2
* MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-04-089-1/+1591
* MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-04-086-2/+86
* MDEV-24285 support oracle build-in function: sys_guidMonty2021-04-087-0/+85
* MDEV-24089 support oracle syntax: rownumMonty2021-04-0834-70/+2132
* MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-04-088-24/+284
* Make LEX::can_not_use_merged more generalMonty2021-04-084-8/+16
* Added comment to create_inital_db.cmake of how to run itMonty2021-04-081-0/+4
* Give a readable error in mtr if resolve_at_variable failsMonty2021-04-081-2/+9
* Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-04-088-95/+95
* Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-04-0810-1219/+1276
* Indentation cleanups (break long lines)Monty2021-04-081-5/+9
* Replace find_temporary_table() with is_temporary_table()Monty2021-04-082-3/+2
* Don't reset StringBuffers in loops when not neededMonty2021-04-0815-62/+146
* Patch for columnstore to update it to new 10.6 codeMonty2021-04-071-0/+0
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-04-0776-1018/+1015
* Fix test of characterset used with fulltext index in InnoDBMonty2021-04-011-6/+4
* Added override to all releveant methods in Item (and a few other classes)Monty2021-04-0123-2386/+2497
* Added full_name_cstring()Monty2021-04-014-23/+32
* Reduce usage of strlen()Monty2021-04-01110-1728/+3487
* Added ErrConvString.lex_cstring() to simplify codeMonty2021-04-016-36/+46