summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mysql.com>2009-12-23 13:06:03 +0100
committerSergei Golubchik <serg@mysql.com>2009-12-23 13:06:03 +0100
commitb188b1bfccd70e1f83d528d62b013838bb906995 (patch)
treeca067d22702dac5df7c09a744335ad26d82149cf /sql/sql_yacc.yy
parent3bfb8797d017f8f9f13aecd82f6c08ad6619c5bb (diff)
downloadmariadb-git-b188b1bfccd70e1f83d528d62b013838bb906995.tar.gz
fixed "engine not found" error in open_binary_frm
corrected rotten test
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r--sql/sql_yacc.yy4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index 296316896c9..96cf9167014 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -4297,8 +4297,8 @@ have_partitioning:
MYSQL_YYABORT;
}
#else
- my_error(ER_OPTION_PREVENTS_STATEMENT, MYF(0),
- "--skip-partition");
+ my_error(ER_FEATURE_DISABLED, MYF(0), "partitioning",
+ "--with-plugin-partition");
MYSQL_YYABORT;
#endif
}