summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2005-04-07 19:24:14 +0300
committermonty@mysql.com <>2005-04-07 19:24:14 +0300
commit780202f130f97a358d4cbce3388e840664daf176 (patch)
treea13c6e5a064f49577a196e35cf5333975a36f347 /sql/ha_innodb.h
parentb950bc210c64440c9bc12c9d8d77c9cf4a0b5ac4 (diff)
downloadmariadb-git-780202f130f97a358d4cbce3388e840664daf176.tar.gz
Moved some old test and added a new test to only be run with mysql-test-run --big
Fixed warnings by valgrind for sum_distinct.test Enable buffered-record-reads after filesort for InnoDB tables with short primary key Enabled sort-with-data for MyISAM temporary files
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index 6ad385ae848..a5714769bc5 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -85,7 +85,6 @@ class ha_innobase: public handler
ha_innobase(TABLE *table): handler(table),
int_table_flags(HA_REC_NOT_IN_SEQ |
HA_NULL_IN_KEY |
- HA_FAST_KEY_READ |
HA_CAN_INDEX_BLOBS |
HA_CAN_SQL_HANDLER |
HA_NOT_EXACT_COUNT |