#At file:///home/dlenev/src/bzr/mysql-trunk-cleanup/ based on revid:sergey.glukhov@stripped
3348 Dmitry Lenev 2011-03-30
Small clean-up. Remove members of TABLE_LIST structure
which are no longer and/or not yet used.
modified:
sql/table.h
=== modified file 'sql/table.h'
--- a/sql/table.h 2011-03-25 13:28:19 +0000
+++ b/sql/table.h 2011-03-30 11:02:31 +0000
@@ -1664,7 +1664,6 @@ struct TABLE_LIST
bool check_option_processed;
/* FRMTYPE_ERROR if any type is acceptable */
enum frm_type_enum required_type;
- handlerton *db_type; /* table_type for handler */
char timestamp_buffer[20]; /* buffer for timestamp (19+1) */
/*
This TABLE_LIST object is just placeholder for prelocking, it will be
@@ -1684,9 +1683,6 @@ struct TABLE_LIST
/* Don't associate a table share. */
OPEN_STUB
} open_strategy;
- /* For transactional locking. */
- int lock_timeout; /* NOWAIT or WAIT [X] */
- bool lock_transactional; /* If transactional lock requested. */
bool internal_tmp_table;
/** TRUE if an alias for this table was specified in the SQL. */
bool is_alias;
Attachment: [text/bzr-bundle] bzr/dmitry.lenev@oracle.com-20110330110231-0d9nd9oft0wewn6j.bundle