diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2014-02-07 22:44:43 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2014-02-07 22:44:43 +0100 |
commit | e1096934d7c9222691789d57c5c3754bcd3560dc (patch) | |
tree | 4da09acdfa95435d15d2600c88e9d19d6a09d31c /storage/connect/tabxml.cpp | |
parent | 78f11e8ee23bb42d193429501038f6030fab38ed (diff) | |
download | mariadb-git-e1096934d7c9222691789d57c5c3754bcd3560dc.tar.gz |
- 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
Diffstat (limited to 'storage/connect/tabxml.cpp')
-rw-r--r-- | storage/connect/tabxml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |