summaryrefslogtreecommitdiff
path: root/sql/sql_trigger.cc
Commit message (Expand)AuthorAgeFilesLines
* Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-0/+36
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-311-8/+6
|\
| * Fixes during review of new pushed codeunknown2005-07-311-11/+11
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-07-291-15/+76
|\ \ | |/ |/|
| * store/restore sql_mode which was in force during ctrigger creation (BUG#5891)unknown2005-07-281-15/+76
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-291-0/+9
|\ \
| * | Fix for bug#12127 triggers do not show in info_schema before they are used if...unknown2005-07-271-0/+9
| |/
* | Cleanups during review of new codeunknown2005-07-281-2/+1
|/
* Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)unknown2005-07-191-51/+316
* Now when we create or drop trigger we will open only subject table and notunknown2005-07-131-3/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-0/+29
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-0/+29
* | Name resolution context added (BUG#6443)unknown2005-07-011-1/+1
|/
* Fix for bugs:unknown2005-05-241-21/+24
* Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-071-1/+25
|\
| * Dmitri please review. Fix for BUG#10417 "CREATE TRIGGER not written to binlog":unknown2005-05-061-1/+25
* | Fixes while reviewing new codeunknown2005-05-061-1/+1
|/
* Fix for bugs #5859 "DROP TABLE does not drop triggers" and unknown2005-03-271-1/+2
* Fix for yet another memleak caused by SP-locking patch.unknown2005-03-051-2/+1
* manually mergedunknown2005-02-141-6/+6
|\
| * XA (not completely polished out yet)unknown2005-01-161-6/+6
* | Precision Math implementationunknown2005-02-091-1/+2
* | First stage of table definition cacheunknown2005-01-061-5/+5
* | After merge fixesunknown2004-12-311-2/+0
|/
* Fix for bug #5888 "Triggers with nonexistent columns cause packetsunknown2004-11-241-25/+82
* now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-4/+3
* mergeunknown2004-11-121-19/+21
|\
| * post-review fixesunknown2004-11-121-6/+8
| * errors without code removedunknown2004-10-201-12/+13
* | After merge fixesunknown2004-11-091-18/+4
* | Fixes after merge with 4.1unknown2004-11-031-4/+3
|/
* For now we will require super privilege for creating/dropping trigger because...unknown2004-09-241-1/+8
* After merge fixes for WL#1218 "Triggers"unknown2004-09-091-1/+1
* WL#1218 "Triggers"unknown2004-09-091-18/+17
* WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-0/+434