Commit 2fa8315c authored by Sergey Petrunya's avatar Sergey Petrunya

Fix ha_maria to compile on Windows

parent fb820d2c
......@@ -1133,13 +1133,13 @@ my_bool maria_rtree_real_delete(MARIA_HA *info, MARIA_KEY *key,
{
uint nod_flag;
ulong i;
uchar *page_buf;
MARIA_PAGE page;
MARIA_KEY tmp_key;
tmp_key.keyinfo= key->keyinfo;
tmp_key.data_length= key->data_length;
tmp_key.ref_length= key->ref_length;
tmp_key.flag= 0; /* Safety */
uchar *page_buf;
MARIA_PAGE page;
if (ReinsertList.n_pages)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment