diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-06-10 18:25:11 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-06-10 18:25:11 +0300 |
commit | 719ed09e5e96b53467ede331631de641f98a348f (patch) | |
tree | 3667efd59c3b66e3cb1add0bfea6ce88dccc775d | |
parent | 3ead95118098340f7fe36e34e1690839d183db1e (diff) | |
download | mariadb-git-719ed09e5e96b53467ede331631de641f98a348f.tar.gz |
Update test results post-merge
-rw-r--r-- | mysql-test/r/limit.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/limit.result b/mysql-test/r/limit.result index deb4ca2ab95..6c295bb86af 100644 --- a/mysql-test/r/limit.result +++ b/mysql-test/r/limit.result @@ -154,7 +154,7 @@ SELECT * FROM mysql.slow_log WHERE sql_text != 'foo' LIMIT 0; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE NULL NULL NULL NULL NULL NULL NULL Zero limit SELECT * FROM mysql.slow_log WHERE sql_text != 'foo' LIMIT 0; -start_time user_host query_time lock_time rows_sent rows_examined db last_insert_id insert_id server_id sql_text +start_time user_host query_time lock_time rows_sent rows_examined db last_insert_id insert_id server_id sql_text thread_id EXPLAIN SELECT * FROM mysql.help_topic WHERE help_category_id != example LIMIT 0; id select_type table type possible_keys key key_len ref rows Extra |