diff options
author | unknown <igor@rurik.mysql.com> | 2003-12-02 16:41:53 -0800 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2003-12-02 16:41:53 -0800 |
commit | 2954cc67a9703eb774f2a6d08764fde5a8ef177a (patch) | |
tree | 8c7f242e47c493a417fe92e42d630e797e2469a8 /.bzrignore | |
parent | fc6cf268b08b5b3140f302972d491dc5d1362728 (diff) | |
download | mariadb-git-2954cc67a9703eb774f2a6d08764fde5a8ef177a.tar.gz |
The output of explain command for some queries has changed
after introducing Item_equal.
BitKeeper/etc/ignore:
Added mysql-test/r/index_merge_load.result mysql-test/t/index_merge.load to the ignore list
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 5b2789733fc..5cf903dc1a7 100644 --- a/.bzrignore +++ b/.bzrignore @@ -646,3 +646,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +mysql-test/r/index_merge_load.result +mysql-test/t/index_merge.load |