summaryrefslogtreecommitdiff
path: root/sql/parse_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Many files:unknown2006-12-231-2/+1
* Fix for BUG#15921: DROP TRIGGER - can't be drop trigger createdunknown2006-03-281-3/+3
* Fix unused variable warningunknown2006-03-221-1/+0
* Review fixes of new pushed codeunknown2006-01-061-1/+1
* 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