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

Improved fix for HPUX compile failure.

This commit is contained in:
knielsen@mysql.com
2006-03-24 12:24:31 +01:00
parent 87a9d85ea1
commit 443ac64226
2 changed files with 16 additions and 18 deletions

View File

@ -1605,13 +1605,14 @@ public:
lock(0)
{}
int prepare(List<Item> &list, SELECT_LEX_UNIT *u);
friend class select_create_prepare_hooks;
void binlog_show_create_table(TABLE **tables, uint count);
void store_values(List<Item> &values);
void send_error(uint errcode,const char *err);
bool send_eof();
void abort();
// Needed for access from local class MY_HOOKS in prepare(), since thd is proteted.
THD *get_thd(void) { return thd; }
};
#include <myisam.h>