From a3e8ae12805fb85a0b175b3ccbce36da62f8fdc4 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 11 May 2010 16:49:23 +0200 Subject: A temporary solution to make CREATE TABLE attributes to work when a table is partitioned --- mysql-test/t/plugin.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/plugin.test') diff --git a/mysql-test/t/plugin.test b/mysql-test/t/plugin.test index 3bbe615ebe6..7a1ca27d589 100644 --- a/mysql-test/t/plugin.test +++ b/mysql-test/t/plugin.test @@ -131,7 +131,7 @@ SET @@SQL_MODE=@OLD_SQL_MODE; # The only preparable statement above was CREATE TABLE. # We need to prepare another statement here to force the # previous one to be deallocated (mysqltest reuses the same handle) -# and to unlock all thread-local plugin locks. Otherwise it won't +# and to unlock all thread-local plugin locks. Otherwise the plugin won't # uninstall. # select 1; -- cgit v1.2.1