diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2008-11-06 16:24:59 +0200 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2008-11-06 16:24:59 +0200 |
commit | 6cae4c33d02cd6da400c3e6fcc208cda412ba78e (patch) | |
tree | ae1302822be9e6d2b1945953995ecc976f120786 /sql/ha_partition.cc | |
parent | 05dbb26dfcb577321f6a8134ffc0667d07b373ed (diff) | |
parent | e337639daa5ee7dd4f51be8776f30f889d5bd744 (diff) | |
download | mariadb-git-6cae4c33d02cd6da400c3e6fcc208cda412ba78e.tar.gz |
merged 5.1-bugteam -> merge-5.1-bugteam
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 1e58eda002c..3324bbc2f45 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -2469,8 +2469,6 @@ int ha_partition::open(const char *name, int mode, uint test_if_locked) ~(PARTITION_DISABLED_TABLE_FLAGS)) | (PARTITION_ENABLED_TABLE_FLAGS))) { - DBUG_PRINT("error", ("check_table_flag 0x%x != 0x%x table_flags()", - check_table_flags, (*file)->ha_table_flags())); error= HA_ERR_INITIALIZATION; goto err_handler; } |