mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Backport of:
---------------------------------------------------------- revno: 2630.22.8 committer: Konstantin Osipov <konstantin@mysql.com> branch nick: mysql-6.0-runtime timestamp: Sun 2008-08-10 18:49:52 +0400 message: Get rid of typedef struct for the most commonly used types: TABLE, TABLE_SHARE, LEX. This simplifies use of tags and forward declarations.
This commit is contained in:
@ -18,8 +18,7 @@
|
||||
|
||||
/* Forward declarations */
|
||||
#ifndef MYSQL_CLIENT
|
||||
struct st_table;
|
||||
typedef st_table TABLE;
|
||||
struct TABLE;
|
||||
#else
|
||||
class Table_map_log_event;
|
||||
typedef Table_map_log_event TABLE;
|
||||
|
Reference in New Issue
Block a user