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
commitd4d76a6a80cd8853ae6f51ad6533da1245866918 (patch)
tree51972a4fbe49d6c470b87d1a1730ef790fb57db9 /sql/partition_info.cc
parente76bb8c665db88c2f622c34da20da13f34dcfe07 (diff)
downloadmariadb-git-d4d76a6a80cd8853ae6f51ad6533da1245866918.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;
}