summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-11-03 14:22:15 +0400
committerSergey Vojtovich <svoj@sun.com>2009-11-03 14:22:15 +0400
commit45846ff03478397f769b5563ae126a84155a7405 (patch)
treef262096940e42b93801cc4f06850520f2207c389
parente4a0641f1347f7e204eb3fe4bb27e1d07ab3424d (diff)
downloadmariadb-git-45846ff03478397f769b5563ae126a84155a7405.tar.gz
Applying InnoDB plugin snashot
Detailed revision comments: r6102 | marko | 2009-10-26 09:32:23 +0200 (Mon, 26 Oct 2009) | 1 line branches/zip: row_prebuilt_struct::prebuilts: Unused field, remove.
-rw-r--r--storage/innodb_plugin/include/row0mysql.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innodb_plugin/include/row0mysql.h b/storage/innodb_plugin/include/row0mysql.h
index 6d5d195172e..b05241f00f8 100644
--- a/storage/innodb_plugin/include/row0mysql.h
+++ b/storage/innodb_plugin/include/row0mysql.h
@@ -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 */
};