summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2004-11-11 00:27:34 +0100
committerunknown <guilhem@mysql.com>2004-11-11 00:27:34 +0100
commit6b1450d9b442a7d3bfe8715fbc6d97e27da1b817 (patch)
tree8de72e0c86f579114f413571cd8e18f370753ec5 /sql/handler.cc
parent71196720d1d50a2d84b0af894db248c5cafd03f3 (diff)
parentb6eb77f73d09c5feb249b6622db461c47afb7c05 (diff)
downloadmariadb-git-6b1450d9b442a7d3bfe8715fbc6d97e27da1b817.tar.gz
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1-clean sql/handler.cc: Auto merged
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index b6b09ceca91..5dae7950390 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -786,8 +786,9 @@ int ha_start_consistent_snapshot(THD *thd)
Same idea as when one wants to CREATE TABLE in one engine which does not
exist:
*/
- push_warning(thd, MYSQL_ERROR::WARN_LEVEL_WARN,
- ER_NO_CONS_READ_ENGINE, ER(ER_NO_CONS_READ_ENGINE));
+ push_warning(thd, MYSQL_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
+ "This MySQL server does not support any "
+ "consistent-read capable storage engine");
return 0;
}