diff options
author | Georgi Kodinov <kgeorge@mysql.com> | 2008-10-17 11:49:23 +0300 |
---|---|---|
committer | Georgi Kodinov <kgeorge@mysql.com> | 2008-10-17 11:49:23 +0300 |
commit | 3602a4e7a44fa00373f7f409846f4b31dcf4f44c (patch) | |
tree | 4fb07e211f138eb9e4b42697226e2aa2dd98c79c /mysql-test/r/windows.result | |
parent | 172f64911be8bed66ea66bea34e9ba0a093eb8ba (diff) | |
parent | 0f678ee60d976835ca3eecf3f13dbfed45a6dcda (diff) | |
download | mariadb-git-3602a4e7a44fa00373f7f409846f4b31dcf4f44c.tar.gz |
merged 5.0-bugteam -> 5.1-bugteam
Diffstat (limited to 'mysql-test/r/windows.result')
-rw-r--r-- | mysql-test/r/windows.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/windows.result b/mysql-test/r/windows.result index 53c0dd7d767..7ade7b851cc 100644 --- a/mysql-test/r/windows.result +++ b/mysql-test/r/windows.result @@ -18,6 +18,7 @@ EXPLAIN SELECT * FROM t1 WHERE b = (SELECT max(2)); id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables 2 SUBQUERY NULL NULL NULL NULL NULL NULL NULL No tables used +DROP TABLE t1; End of 5.0 tests. drop procedure if exists proc_1; create procedure proc_1() install plugin my_plug soname '\\root\\some_plugin.dll'; |