summaryrefslogtreecommitdiff
path: root/sql/parse_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-2/+1
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-1/+1
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-3/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
| | * | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-2/+1
|/ / / /
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-7/+8
|/ / /
* | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
|/ /
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+2
* | cleanup: use WRITE_CACHE for view frm filesSergei Golubchik2015-06-271-21/+21
* | misc IO_CACHE cleanupsSergei Golubchik2015-06-021-1/+1
* | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+1
|\ \
| * | MDEV-8045 Assertion `0' fails in Protocol::end_statement on CREATE VIEW after...Sergei Golubchik2015-05-031-1/+1
* | | MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-30/+32
|/ /
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
|/
* 5.3 mergeSergei Golubchik2012-05-041-3/+48
|\
| * LPBUG#983285 - incompatibility in frm in case of VIEWs with non-default ALGOR...Vladislav Vaintroub2012-04-201-3/+48
| * Merge with 5.2.Michael Widenius2011-12-111-2/+5
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+5
| | |\
* | | \ mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \
| * \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | |\ \ \
| | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-5/+5
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | fix compile warningsVladislav Vaintroub2011-07-051-2/+2
| | |_|_|/ | |/| | |
* | | | | merge.Sergei Golubchik2010-11-251-1/+1
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+1
| |/ /
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+4
* | | WL#2360 Performance schemaMarc Alff2010-01-061-14/+17
|/ /
* | Bug#44834 strxnmov is expected to behave as you'd expectSergey Glukhov2009-06-191-2/+2
* | Bug#43385 Cannot ALTER DATABASE ... UPGRADE DATA DIRECTORY NAME when Views ex...Sergey Glukhov2009-04-131-2/+3
* | Merge fix for bug 38145 from 5.0.Chad MILLER2009-01-261-0/+5
|\ \ | |/
| * Merge from dev tree.Chad MILLER2009-01-141-0/+5
| |\
| | * Bug#38145: .frm file isn't sync'd with sync_frm enabledChad MILLER2009-01-141-0/+5
* | | manual merge 5.0-bugteam --> 5.1-bugteam (bug 40021)Gleb Shchepa2008-11-141-94/+4
|\ \ \ | |/ /
| * | Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-141-89/+4
| |/
* | manual merge 5.0-bugteam --> 5.1-bugteamGleb Shchepa2008-09-301-3/+21
|\ \ | |/
| * Fixed bug #17823: 'arc' directories inside database directories.Gleb Shchepa2008-09-301-3/+21
* | Doxygenized comments.unknown2007-10-111-147/+143
* | Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-1/+1
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-35/+32