diff options
author | unknown <monty@hundin.mysql.fi> | 2001-10-04 21:52:41 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-10-04 21:52:41 +0300 |
commit | 53c1dffb5edd578a3797e9e78c6a70ad126afdbd (patch) | |
tree | ce2737a2cb7f8b0c9ce7fc646f448b1fc1a1bc92 /sql/table.h | |
parent | fd679ba73f63872fb010a3de29ced54a8e32aea3 (diff) | |
download | mariadb-git-53c1dffb5edd578a3797e9e78c6a70ad126afdbd.tar.gz |
New script: explain_log.sh
Portability fixes.
Handle cleanup when we get an error before the message file is read.
Fix bug in multi-table delete
include/mysql.h:
Portability fix
mysql-test/mysql-test-run.sh:
Don't use long names for sockets (portability fix)
sql/derror.cc:
Better cleanup
sql/mysqld.cc:
Fix that --enable-locking works.
Handle case when we get an error before the message file is read
sql/sql_delete.cc:
Fix bug in multi-table delete
sql/sql_select.cc:
Fix bug in multi-table delete
sql/table.h:
Fix bug in multi-table delete
tools/mysqlmanager.c:
Portability fixes
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 1eead0decb1..071c447e660 100644 --- a/sql/table.h +++ b/sql/table.h @@ -97,6 +97,7 @@ struct st_table { my_bool locked_by_name; my_bool crashed; my_bool is_view; + my_bool no_keyread; Field *next_number_field, /* Set if next_number is activated */ *found_next_number_field, /* Set on open */ *rowid_field; |