mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Guilhelm suggested that the "load data infile" command should be flagged as
not transaction-safe for stored procedures. Related to Bug#11151. sql/sp_head.cc: Guilhelm suggested that the "load data infile" command should be flagged as not transaction-safe for stored procedures.
This commit is contained in:
@@ -247,6 +247,7 @@ sp_get_flags_for_command(LEX *lex)
|
||||
case SQLCOM_TRUNCATE:
|
||||
case SQLCOM_COMMIT:
|
||||
case SQLCOM_ROLLBACK:
|
||||
case SQLCOM_LOAD:
|
||||
case SQLCOM_LOAD_MASTER_DATA:
|
||||
case SQLCOM_LOCK_TABLES:
|
||||
case SQLCOM_CREATE_PROCEDURE:
|
||||
|
||||
Reference in New Issue
Block a user