mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
no new message in 4.1 (causes merge issues with 5.0). Using ER_UNKNOW_ERROR and hardcoded message string instead.
This commit is contained in:
@@ -785,8 +785,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user