From: ingo Date: December 7 2005 4:48pm Subject: bk commit into 5.0 tree (ingo:1.1984) List-Archive: http://lists.mysql.com/commits/22 Message-Id: <20051207164802.9829434258F@sles9-x86.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of istruewing. When istruewing does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1984 05/12/07 17:47:37 ingo@stripped +1 -0 Merge istruewing@stripped:/home/bk/mysql-5.0 into mysql.com:/users/istruewing/autopush-774/mysql-5.0 sql/mysql_priv.h 1.375 05/12/07 17:47:29 ingo@stripped +0 -0 Auto merged # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: ingo # Host: sles9-x86.mysql.com # Root: /users/istruewing/autopush-774/mysql-5.0/RESYNC --- 1.374/sql/mysql_priv.h 2005-12-07 09:06:11 +01:00 +++ 1.375/sql/mysql_priv.h 2005-12-07 17:47:29 +01:00 @@ -664,6 +664,7 @@ bool mysql_preload_keys(THD* thd, TABLE_LIST* table_list); int reassign_keycache_tables(THD* thd, KEY_CACHE *src_cache, KEY_CACHE *dst_cache); +TABLE *create_virtual_tmp_table(THD *thd, List &field_list); bool mysql_xa_recover(THD *thd); @@ -1103,8 +1104,8 @@ uint check_word(TYPELIB *lib, const char *val, const char *end, const char **end_of_word); -bool is_keyword(const char *name, uint len); +bool is_keyword(const char *name, uint len); #define MY_DB_OPT_FILE "db.opt" bool load_db_opt(THD *thd, const char *path, HA_CREATE_INFO *create);