mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Warning message changed in ha_connect::check_if_incompatible_data.
Modified: ha_connect.cc
This commit is contained in:
parent
481916ffda
commit
15470f5d12
1 changed files with 1 additions and 1 deletions
|
@ -3746,7 +3746,7 @@ bool ha_connect::check_if_incompatible_data(HA_CREATE_INFO *info,
|
|||
// TO DO: implement it.
|
||||
if (table)
|
||||
push_warning(table->in_use, MYSQL_ERROR::WARN_LEVEL_WARN, 0,
|
||||
"No check done for compatible changes, you are onyour own!");
|
||||
"No check done for compatible changes, be sure of what you did!");
|
||||
DBUG_RETURN(COMPATIBLE_DATA_YES);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue