From e1096934d7c9222691789d57c5c3754bcd3560dc Mon Sep 17 00:00:00 2001 From: Olivier Bertrand Date: Fri, 7 Feb 2014 22:44:43 +0100 Subject: - Check field option changes on ALTER TABLE in check_if_supported_inplace_alter. If yes, the in-place algorithm cannot be used (inward tables) modified: storage/connect/ha_connect.cc storage/connect/ha_connect.h - add a test on ALTER TABLE added: storage/connect/mysql-test/connect/r/alter.result storage/connect/mysql-test/connect/t/alter.test --- storage/connect/tabxml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/connect/tabxml.cpp') diff --git a/storage/connect/tabxml.cpp b/storage/connect/tabxml.cpp index aa1133b0e92..7e4ee3453ae 100644 --- a/storage/connect/tabxml.cpp +++ b/storage/connect/tabxml.cpp @@ -1314,7 +1314,7 @@ void XMLCOL::WriteColumn(PGLOBAL g) PXNODE TopNode = NULL; //PXATTR AttNode = NULL; - if (trace) + if (trace > 1) htrc("XML WriteColumn: col %s R%d coluse=%.4X status=%.4X\n", Name, Tdbp->GetTdb_No(), ColUse, Status); -- cgit v1.2.1