summaryrefslogtreecommitdiff
path: root/sql/parse_file.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge vajra.(none):/opt/local/work/mysql-5.0-runtimeunknown2007-04-061-2/+13
|\ \ | |/
| * Polishing: add comments.unknown2007-04-061-2/+13
* | Fixed compiler warningsunknown2007-02-231-1/+1
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Bug#21370: View renaming lacks tablename_to_filename encodingunknown2006-10-161-11/+12
* | Merge zim.(none):/home/ian/workspace/mysql-5.0unknown2006-03-271-3/+3
|\ \ | |/
| * Fix for BUG#15921: DROP TRIGGER - can't be drop trigger createdunknown2006-03-281-3/+3
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-03-231-1/+0
|\ \ | |/
| * Fix unused variable warningunknown2006-03-221-1/+0
* | Fix for crash of "mysql-test-run --debug mysqldump": don't access dir->str if...unknown2006-01-241-1/+2
* | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanunknown2006-01-061-1/+1
|\ \ | |/
| * Review fixes of new pushed codeunknown2006-01-061-1/+1
* | WL#1324 table name to file name encodingunknown2005-12-311-2/+14
* | Merge mysql.com:/home/my/mysql-5.1unknown2005-11-231-4/+4
|\ \ | |/ |/|
| * Table definition cache, part 2unknown2005-11-231-4/+4
* | Inefficient usage of String::append() fixed.unknown2005-11-201-59/+122
|/
* Reviewing new pushed codeunknown2005-10-121-3/+4
* Changes after discussion/review with Sanjaunknown2005-09-181-0/+53
* store/restore sql_mode which was in force during ctrigger creation (BUG#5891)unknown2005-07-281-4/+64
* Cleanups during reviewunknown2005-07-181-1/+1
* Code cleanups during code reviewsunknown2005-06-011-2/+2
* now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-24/+14
* mergeunknown2004-11-121-15/+24
|\
| * post-review fixesunknown2004-11-121-15/+24
* | After merge fixesunknown2004-11-091-22/+4
|/
* Fix for bug #5887 "Triggers with string literals cause errors"unknown2004-10-081-0/+1
* fixed & added comments (according to Igor's review and a bit more)unknown2004-10-071-5/+5
* Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-8/+7
|\
| * WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-8/+7
* | removing archive of .frm-s added (BUG#4821)unknown2004-08-251-4/+4
|/
* changes to sutisfy VC++unknown2004-07-161-22/+26
* don't use atollunknown2004-07-101-3/+5
* my_b_write() needs to be replaced with my_b_append() for a SEQ_READ_APPENDunknown2004-05-251-20/+20
* file parser for new .frmunknown2004-05-111-0/+785