summaryrefslogtreecommitdiff
path: root/storage/innobase/include/row0mysql.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-11-20 16:59:22 +0100
committerSergei Golubchik <sergii@pisem.net>2014-11-20 16:59:22 +0100
commita9a6bd5256ba5f983eae633c591391f2bf4dfc80 (patch)
tree1204777a29e9b4a0ea2570b3c466f4276886a4cb /storage/innobase/include/row0mysql.h
parent581324658958bd04c4d0292650adaeceff624ec1 (diff)
parent23326c5db0653bd84d87a661cdacc2dc0168ae91 (diff)
downloadmariadb-git-a9a6bd5256ba5f983eae633c591391f2bf4dfc80.tar.gz
InnoDB 5.6.21
Diffstat (limited to 'storage/innobase/include/row0mysql.h')
-rw-r--r--storage/innobase/include/row0mysql.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/innobase/include/row0mysql.h b/storage/innobase/include/row0mysql.h
index 1e0f3b30f8c..06c07002c2b 100644
--- a/storage/innobase/include/row0mysql.h
+++ b/storage/innobase/include/row0mysql.h
@@ -871,6 +871,14 @@ struct row_prebuilt_t {
unsigned innodb_api:1; /*!< whether this is a InnoDB API
query */
const rec_t* innodb_api_rec; /*!< InnoDB API search result */
+ byte* srch_key_val1; /*!< buffer used in converting
+ search key values from MySQL format
+ to InnoDB format.*/
+ byte* srch_key_val2; /*!< buffer used in converting
+ search key values from MySQL format
+ to InnoDB format.*/
+ uint srch_key_val_len; /*!< Size of search key */
+
};
/** Callback for row_mysql_sys_index_iterate() */