At file:///home/psergey/dev/maria-5.1-fixwindows/

------------------------------------------------------------
revno: 2727
revision-id: [email protected]
parent: [email protected]
committer: Sergey Petrunya <[email protected]>
branch nick: maria-5.1-fixwindows
timestamp: Sun 2009-09-06 19:43:49 +0400
message:
  Fix ha_maria compile error on Windows
=== modified file 'storage/maria/ma_rt_index.c'
--- a/storage/maria/ma_rt_index.c       2009-02-19 09:01:25 +0000
+++ b/storage/maria/ma_rt_index.c       2009-09-06 15:43:49 +0000
@@ -1133,13 +1133,13 @@
   {
     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)
     {


_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to