2
# Tests for properly escaping embedded quotes when reading from the transaction log
5
CREATE TABLE t (a INT NOT NULL PRIMARY KEY, b VARCHAR(10));
7
INSERT INTO t VALUES (1, "don't");
9
# Read in the transaction.log.
11
--exec ../drizzled/message/transaction_reader var/master-data/transaction.log
15
# Truncate the log file to reset for the next test
16
--source ../plugin/transaction_log/tests/t/truncate_log.inc