summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorHe Zhenxing <zhenxing.he@sun.com>2009-05-20 16:24:22 +0800
committerHe Zhenxing <zhenxing.he@sun.com>2009-05-20 16:24:22 +0800
commit984d0841c80919a206c561cb35e71e409cf85c7d (patch)
tree3d24fafed9dc5b48d7c2e22bd826bb6e710b41c9 /sql/share
parente16c3d866e07fe73ffec70a5d35b0ce79f98f19d (diff)
downloadmariadb-git-984d0841c80919a206c561cb35e71e409cf85c7d.tar.gz
BUG#42415 UPDATE with LIMIT clause unsafe for statement format even when ORDER BY PK
Change the warning message to 'Statement may not be safe to log in statement format' to indicate that the decision on whether a statement is safe or not is heuristic, and we are conservative.
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt
index f9b66990e93..2dfc5310643 100644
--- a/sql/share/errmsg.txt
+++ b/sql/share/errmsg.txt
@@ -6076,7 +6076,7 @@ ER_SLAVE_INCIDENT
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
eng "Table has no partition for some existing values"
ER_BINLOG_UNSAFE_STATEMENT
- eng "Statement is not safe to log in statement format."
+ eng "Statement may not be safe to log in statement format."
swe "Detta är inte säkert att logga i statement-format."
ER_SLAVE_FATAL_ERROR
eng "Fatal error: %s"