diff options
author | unknown <serg@serg.mylan> | 2003-12-06 23:21:09 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-12-06 23:21:09 +0100 |
commit | f3bf35ec03e683815be4656ec93722e248eb56a0 (patch) | |
tree | 63c4006a74c5d36672d3bce9c6978cb1a831bdbe /mysql-test/t/union-master.opt | |
parent | afbeb64e936f4282661e7e904fa9a886f89a653c (diff) | |
download | mariadb-git-f3bf35ec03e683815be4656ec93722e248eb56a0.tar.gz |
QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_lex->options to thd->server_status
mysql-test/r/union.result:
union and slow log tests
mysql-test/t/union.test:
union and slow log tests
Diffstat (limited to 'mysql-test/t/union-master.opt')
-rw-r--r-- | mysql-test/t/union-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/union-master.opt b/mysql-test/t/union-master.opt new file mode 100644 index 00000000000..3eb98fc3d6b --- /dev/null +++ b/mysql-test/t/union-master.opt @@ -0,0 +1 @@ +--log-slow-queries --log-long-format --log-queries-not-using-indexes |