summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5215 Granted to PUBLICOleksandr Byelkin2022-11-011-7/+4
* Revert MDEV-25292 Atomic CREATE OR REPLACE TABLESergei Golubchik2022-10-271-2/+1
* MDEV-25292 ha_table_exists() cleanup and improvementAleksey Midenkov2022-08-311-1/+2
* MDEV-25292 Removed thd argument in ddl_log functionsAleksey Midenkov2022-08-311-1/+1
* Main patch MDEV-27896 Wrong result upon `COLLATE latin1_bin CHARACTER SET lat...Alexander Barkov2022-05-241-0/+2
* MDEV-26221: DYNAMIC_ARRAY use size_t for sizesEric Herman2021-10-191-10/+6
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-1/+27
* Move debug_crash_here to it's own source filesMonty2021-05-191-1/+1
* MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-191-59/+123
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-2/+2
* MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-4/+4
* Fixed wrong initializations of Dynamic_arrayMonty2021-03-201-1/+1
* MDEV-23124 Eliminate the overhead of system call access() on every USE(or con...Vladislav Vaintroub2020-07-141-25/+151
* Added IF EXISTS to RENAME TABLE and ALTER TABLEMonty2020-03-241-1/+1
* cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-6/+5
* perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-3/+3
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+5
* MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-7/+7
* Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+2
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-2/+2
| |\
| | * Lintian complains on spelling errorFaustin Lammler2019-12-021-2/+2
* | | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-1/+1
* | | Cleanup session trackerSergey Vojtovich2019-09-241-3/+3
* | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-12/+12
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-12/+12
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | | |\
| | | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | | * MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-201-2/+2
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-11/+11
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-10/+10
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-19276 during connect, write error log warning for ER_DBACCESS_DENIED_ERROR,Vladislav Vaintroub2019-04-281-13/+13
* | | | | | MDEV-307 review minor edits, add yacc_ora supportRobert Bindar2019-05-211-7/+11
* | | | | | MDEV-307 Add functionality for database commentsGagan Goel2019-05-211-8/+53
|/ / / / /
* | | | | MDEV-18297 How to reset a forgotten root passwordSergei Golubchik2019-02-211-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-02-051-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-02-041-2/+6
| |\ \ \ \ | | |/ / /
| | * | | MDEV-17148 DROP DATABASE throw "Directory not empty" after changed lower_case...Alexey Botchkov2019-02-011-2/+6
* | | | | Execute bootstrap in main threadSergey Vojtovich2019-01-281-1/+1
|/ / / /
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-301-2/+7
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-291-2/+7
| | |\ \
* | | | | cleanup: quoted_stringSergei Golubchik2018-05-121-2/+1
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-11/+12
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-1/+1
* | | | | Windows : reenable warning C4805 (unsafe mix of types in bool operations)Vladislav Vaintroub2018-02-071-1/+1
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-8/+8