1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
gkodinov/kgeorge@macbook.gmz 5e0f4e53c5 Bug#23556: TRUNCATE TABLE still maps to DELETE
This is the 5.0 part of the fix.
 Currently TRUNCATE command will not call
 delete_all_rows() in the handler (that implements
 the "fast" TRUNCATE for InnoDB) when there are
 triggers on the table.
 As decided by the architecture team TRUNCATE must
 use "fast" TRUNCATE even when there are triggers.
 Thus it must ignore the triggers. 
 Made TRUNCATE to ignore the triggers and call
 delete_all_rows() for all storage engines
 to maintain engine consistency.
2006-11-21 10:11:43 +02:00
..
2006-11-17 10:30:16 +04:00
2006-11-17 10:30:16 +04:00
2006-11-17 10:30:16 +04:00
2006-11-17 11:15:40 +04:00
2006-11-17 10:30:16 +04:00
2006-11-17 10:30:16 +04:00
2006-11-17 10:30:16 +04:00
2006-10-03 20:28:59 +02:00
2006-09-01 10:32:12 +02:00
2006-07-08 04:07:43 +04:00
2006-06-27 00:47:52 +04:00
2006-11-17 10:30:16 +04:00
2006-11-17 10:30:16 +04:00
2006-08-21 16:21:48 +04:00
2006-10-18 00:14:14 +04:00
2006-09-27 19:21:29 +05:00
2006-05-03 21:35:27 -07:00
2006-06-14 23:54:08 +04:00
2006-11-17 10:30:16 +04:00
2006-10-31 17:31:56 -08:00
2006-10-12 13:50:22 +05:00