Sveta Smirnova
|
76c1202cb5
|
PT-2340 - Support MySQL 8.4
- Updated modules and tests for pt-online-schema-change
- Removed typo from lib/MasterSlave.pm
|
2024-07-30 18:20:50 +03:00 |
|
Daniel Nichter
|
f0b7712528
|
Fix tests to work with new --set-vars, and change --lock-wait-timeout to --set-vars innodb_lock_wait_timeout in tests.
|
2013-03-02 10:17:23 -07:00 |
|
Daniel Nichter
|
c6958b497d
|
First working enhanced --set-vars in pt-osc: no "default: ...", instead default values are under MAGIC_set_vars, picked up by OptionParser and passed to DSNParser. Also increaes --retries from 3 to 10. TODO: more testing.
|
2013-02-27 18:47:00 -07:00 |
|
Daniel Nichter
|
7b330c4817
|
Add and use basic_no_fks_innodb.sql with PXC to avoid MyISAM bugs. Make query_table.pl handle deadlock on START TRANSACTION. Give alter_active_table.t tests unique names.
|
2012-11-28 01:32:31 +00:00 |
|
Daniel Nichter
|
217a45df6f
|
Conditionalize top 5 slowest test files, saving 25%/5m * 15 configs = 1hr.
|
2012-08-12 10:16:52 -06:00 |
|
Baron Schwartz
|
47fb3d65e8
|
Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage.
|
2012-06-09 14:43:33 -04:00 |
|
Brian Fraser fraserb@gmail.com
|
ba2ddf682b
|
Changed all the pt-osc tests to use full_output, since output uses eval {}
|
2012-06-07 17:46:19 -03:00 |
|
Daniel Nichter
|
dac0731251
|
Remove PerconaTest::wait_for_table() after calls to Sandbox::load_file() which now implicitly calls Sandbox::wait_for_slaves().
|
2012-06-07 10:25:44 -04:00 |
|
Daniel Nichter
|
7f8d07a615
|
Mke pt-online-schema-change/privs.t stable by waiting for drop user to replicate.
|
2012-06-05 15:53:43 -07:00 |
|
Daniel Nichter
|
bdbb66d22b
|
Re-add calls to Sandbox::ok().
|
2012-06-03 13:54:32 -04:00 |
|
Daniel Nichter
|
85ab246323
|
Test pt-osc --recursion-method=none with user that can't SHOW SLAVE HOSTS.
|
2012-05-17 10:10:22 -06:00 |
|