~percona-dev/percona-server/5.1-kill_idle_transaction-innodb_fake_changes

« back to all changes in this revision

Viewing changes to patches/innodb_extend_slow.patch

  • Committer: kinoyasu
  • Date: 2011-10-04 05:43:30 UTC
  • Revision ID: kinoyasu@gauntlet4-20111004054330-fb2xi41fh7hcpdbh
fix bug863294 and misc build warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
@@ -2119,6 +2174,11 @@
107
107
        ibool           must_read;
108
108
        ulint           retries = 0;
109
 
        mutex_t*        block_mutex;
 
109
        mutex_t*        block_mutex = NULL;
110
110
+       trx_t*          trx = NULL;
111
111
+       ulint           sec;
112
112
+       ulint           ms;