diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-11-14 16:58:33 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-11-14 16:58:33 +0100 |
commit | 9e23171c70b57c2af40a976fcd62bdbac6b26349 (patch) | |
tree | 83a954b17674353d0fdb9a460fc419d0ff877650 /sql/sql_update.cc | |
parent | 59c82dde09984d10f16417c9c82cd759f81d770c (diff) | |
parent | 47274d902e63663522176614157b4eace8a17b8e (diff) | |
download | mariadb-git-9e23171c70b57c2af40a976fcd62bdbac6b26349.tar.gz |
Merge branch '10.0' into 10.1
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index b50c91426b3..960b5cbccc5 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -2347,7 +2347,7 @@ int multi_update::do_updates() check_opt_it.rewind(); while(TABLE *tbl= check_opt_it++) { - if ((local_error= tbl->file->ha_rnd_init(1))) + if ((local_error= tbl->file->ha_rnd_init(0))) { err_table= tbl; goto err; |