summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-03-21 12:36:55 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2020-03-21 12:36:55 +0200
commit2559075bda2767a7fe14f1e01957e5f50948cfac (patch)
treeadc66eeeda5055b84379ec0d7ee063d79eb0a6bc
parent5203bc10f1f545131d01c253163ba06b6218be2c (diff)
downloadmariadb-git-2559075bda2767a7fe14f1e01957e5f50948cfac.tar.gz
Correct a result
-rw-r--r--storage/spider/mysql-test/spider/bugfix/r/return_found_rows_update.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/spider/mysql-test/spider/bugfix/r/return_found_rows_update.result b/storage/spider/mysql-test/spider/bugfix/r/return_found_rows_update.result
index 2ebc2693dc5..d7e54cdae03 100644
--- a/storage/spider/mysql-test/spider/bugfix/r/return_found_rows_update.result
+++ b/storage/spider/mysql-test/spider/bugfix/r/return_found_rows_update.result
@@ -48,7 +48,7 @@ Bye
connection child2_1;
SELECT argument FROM mysql.general_log WHERE argument LIKE '%update %';
argument
-update `auto_test_remote`.`tbl_a` set `tm` = _latin1'12:00:00' where (`skey` = 0)
+update `auto_test_remote`.`tbl_a` set `tm` = _utf8mb4'12:00:00' where (`skey` = 0)
SELECT argument FROM mysql.general_log WHERE argument LIKE '%update %'
SELECT skey, dt, tm FROM tbl_a ORDER BY skey;
skey dt tm