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

Merge of innodb-zip-ss6129 from 5.1 to mysql-trunk.

This commit is contained in:
Sergey Vojtovich
2009-11-05 16:29:58 +04:00
24 changed files with 366 additions and 203 deletions

View File

@ -756,8 +756,6 @@ struct row_prebuilt_struct {
store it here so that we can return
it to MySQL */
/*----------------------*/
UT_LIST_NODE_T(row_prebuilt_t) prebuilts;
/*!< list node of table->prebuilts */
ulint magic_n2; /*!< this should be the same as
magic_n */
};