summaryrefslogtreecommitdiff
path: root/sql/partition_info.cc
diff options
context:
space:
mode:
authorMarc Alff <marc.alff@sun.com>2008-10-07 16:14:58 -0600
committerMarc Alff <marc.alff@sun.com>2008-10-07 16:14:58 -0600
commit3d514511436f5f9f8ab28a1223e06e59fbc58cc1 (patch)
tree51972a4fbe49d6c470b87d1a1730ef790fb57db9 /sql/partition_info.cc
parentff4fde18c40fa92caabff596100357c2b411116f (diff)
downloadmariadb-git-3d514511436f5f9f8ab28a1223e06e59fbc58cc1.tar.gz
coding style
Diffstat (limited to 'sql/partition_info.cc')
-rw-r--r--sql/partition_info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/partition_info.cc b/sql/partition_info.cc
index bd30d0b5540..02f2c9b0ab1 100644
--- a/sql/partition_info.cc
+++ b/sql/partition_info.cc
@@ -961,7 +961,7 @@ bool partition_info::check_partition_info(THD *thd, handlerton **eng_type,
"DATA DIRECTORY");
if (part_elem->index_file_name)
push_warning_printf(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
- WARN_OPTION_IGNORED,ER(WARN_OPTION_IGNORED),
+ WARN_OPTION_IGNORED, ER(WARN_OPTION_IGNORED),
"INDEX DIRECTORY");
part_elem->data_file_name= part_elem->index_file_name= NULL;
}