1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed ALTER TABLE on MERGE tables

Fixed bug in DISTINCT
This commit is contained in:
monty@donna.mysql.com
2001-01-28 21:35:50 +02:00
parent 6b9a8a92c3
commit ce2260586d
18 changed files with 321 additions and 110 deletions

View File

@@ -93,6 +93,7 @@ struct st_table {
my_bool locked_by_flush;
my_bool locked_by_name;
my_bool crashed;
my_bool is_view;
Field *next_number_field, /* Set if next_number is activated */
*found_next_number_field, /* Set on open */
*rowid_field;