~laurynas-biveinis/percona-server/bug810272

« back to all changes in this revision

Viewing changes to patches/innodb_extend_slow.patch

  • Committer: Stewart Smith
  • Date: 2011-11-17 00:21:45 UTC
  • mfrom: (190.2.9 merge)
  • Revision ID: stewart@flamingspork.com-20111117002145-6180fuj12147yk9i
merge 5.5.17 port

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
 
396
396
--- a/storage/innobase/handler/ha_innodb.cc
397
397
+++ b/storage/innobase/handler/ha_innodb.cc
398
 
@@ -1580,6 +1580,16 @@
 
398
@@ -1584,6 +1584,16 @@
399
399
        trx->check_unique_secondary = !thd_test_options(
400
400
                thd, OPTION_RELAXED_UNIQUE_CHECKS);
401
401
 
412
412
        DBUG_VOID_RETURN;
413
413
 }
414
414
 
415
 
@@ -1634,6 +1644,32 @@
 
415
@@ -1638,6 +1648,32 @@
416
416
        return(trx);
417
417
 }
418
418
 
445
445
 /*********************************************************************//**
446
446
 Note that a transaction has been registered with MySQL.
447
447
 @return true if transaction is registered with MySQL 2PC coordinator */
448
 
@@ -9302,6 +9338,25 @@
 
448
@@ -9409,6 +9445,25 @@
449
449
        statement has ended */
450
450
 
451
451
        if (trx->n_mysql_tables_in_use == 0) {