1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Don't write rows in MyISAM tables when using count(distinct)

Don't read MyISAM header when running without locking
This commit is contained in:
monty@tik.mysql.fi
2001-05-23 02:40:46 +03:00
parent a3be64bfa5
commit 8685094e15
13 changed files with 87 additions and 39 deletions

View File

@ -89,7 +89,7 @@ struct st_table {
my_bool copy_blobs; /* copy_blobs when storing */
my_bool null_row; /* All columns are null */
my_bool maybe_null,outer_join; /* Used with OUTER JOIN */
my_bool distinct,const_table;
my_bool distinct,const_table,no_rows;
my_bool key_read;
my_bool crypted;
my_bool db_low_byte_first; /* Portable row format */