~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to xtrabackup.c

fix bug 440119

Show diffs side-by-side

added added

removed removed

Lines of Context:
4449
4449
        /* Create logfiles for recovery from 'xtrabackup_logfile', before start InnoDB */
4450
4450
        srv_max_n_threads = 1000;
4451
4451
        os_sync_mutex = NULL;
 
4452
#ifdef INNODB_VERSION_SHORT
 
4453
        ut_mem_init();
 
4454
#endif
4452
4455
        os_sync_init();
4453
4456
        sync_init();
4454
4457
        os_io_init_simple();
4462
4465
        sync_initialized = FALSE;
4463
4466
        os_sync_free();
4464
4467
        os_sync_mutex = NULL;
 
4468
        ut_free_all_mem();
4465
4469
 
4466
4470
        /* check the accessibility of target-dir */
4467
4471
        /* ############# TODO ##################### */
4739
4743
        os_sync_mutex = NULL;
4740
4744
 
4741
4745
        /* re-init necessary components */
 
4746
#ifdef INNODB_VERSION_SHORT
 
4747
        ut_mem_init();
 
4748
#endif
4742
4749
        os_sync_init();
4743
4750
        sync_init();
4744
4751
        os_io_init_simple();