mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
41b8ddc873
This patch corrects a bug involving a LOAD DATA INFILE operation on a transactional table. It corrects a problem in the error handler moving the transactional table check and autocommit_or_rollback operation to the end of the error handler. An additional test case was added to detect this condition.
7 lines
335 B
Text
7 lines
335 B
Text
########################################################
|
|
# By JBM 2005-02-15 Wrapped to allow reuse of test code#
|
|
# Added to skip if ndb is default #
|
|
########################################################
|
|
-- source include/not_ndb_default.inc
|
|
let $engine_type=MyISAM;
|
|
-- source extra/rpl_tests/rpl_loaddata.test
|