summaryrefslogtreecommitdiff
path: root/storage/innobase/row/row0mysql.c
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2011-05-09 11:12:26 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2011-05-09 11:12:26 +0300
commit33a0d8690cdea7974f2791223305f0021bb2dba1 (patch)
tree4eb4b138e4bc75a17ab680633f9005e0e8733f18 /storage/innobase/row/row0mysql.c
parent7cb397c5e00582a0d97226382dace100291117f4 (diff)
downloadmariadb-git-33a0d8690cdea7974f2791223305f0021bb2dba1.tar.gz
A non-functional change related to Bug#11830883
page_rec_write_field(): Renamed from page_rec_write_index_page_no() and inlined.
Diffstat (limited to 'storage/innobase/row/row0mysql.c')
-rw-r--r--storage/innobase/row/row0mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0mysql.c b/storage/innobase/row/row0mysql.c
index f7e5c5fdceb..aef4595f5fe 100644
--- a/storage/innobase/row/row0mysql.c
+++ b/storage/innobase/row/row0mysql.c
@@ -2941,7 +2941,7 @@ row_truncate_table_for_mysql(
rec = btr_pcur_get_rec(&pcur);
if (root_page_no != FIL_NULL) {
- page_rec_write_index_page_no(
+ page_rec_write_field(
rec, DICT_SYS_INDEXES_PAGE_NO_FIELD,
root_page_no, &mtr);
/* We will need to commit and restart the