Commit a413c5c2 authored by Rich Prohaska's avatar Rich Prohaska

refs #5733 port the 5733 mysql tests to mariadb

git-svn-id: file:///svn/mysql/tests/mysql-test@50693 c7de825b-a66e-492c-adef-691d508d4ae1
parent ef14b977
# test that query planner selects range scan rather than full scan of the primary key
# see ticket #5733
source include/have_innodb.inc;
disable_warnings;
drop table if exists t;
enable_warnings;
......
# test that query planner selects range scan rather than full scan of the primary key
# see ticket #5733
source include/have_tokudb.inc;
disable_warnings;
drop table if exists t;
enable_warnings;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment