diff options
author | mikef@nslinux.bedford.progress.com <> | 2001-03-21 15:34:16 -0500 |
---|---|---|
committer | mikef@nslinux.bedford.progress.com <> | 2001-03-21 15:34:16 -0500 |
commit | d145a6b97e3306abf6ed36725748f255dcfa4ba5 (patch) | |
tree | 5306fccfc0c0c42aabf0e2dd6bf883cdecc3ed03 /mysql-test/include | |
parent | 3c48448042457edca9c7559d9a6bed24485ddc86 (diff) | |
download | mariadb-git-d145a6b97e3306abf6ed36725748f255dcfa4ba5.tar.gz |
Add support for Gemini table handler, Monty has checked and approved
Fix bug when read return error
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_gemini.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/include/have_gemini.inc b/mysql-test/include/have_gemini.inc new file mode 100644 index 00000000000..78a84ac6f3e --- /dev/null +++ b/mysql-test/include/have_gemini.inc @@ -0,0 +1,2 @@ +-- require r/have_gemini.require +show variables like "have_gemini"; |