Carlos Salguero
|
e8d8b39fc3
|
Merge branch '3.0' into PT-142
|
2017-05-23 15:19:33 -03:00 |
|
Carlos Salguero
|
109af35a49
|
PT-126 Recognize comments having quotes
|
2017-05-16 13:53:49 -03:00 |
|
Carlos Salguero
|
81f4ff4752
|
PT-142 pt-online-schema-change find_child_tables slow
|
2017-05-15 22:01:22 -03:00 |
|
Carlos Salguero
|
34d0ca7184
|
PT-126 Recognize comments in ALTER
|
2017-04-13 17:10:01 -03:00 |
|
Carlos Salguero
|
d4ceab4afd
|
Merge branch '3.0' into PT-87
|
2017-04-12 17:09:27 -03:00 |
|
Carlos Salguero
|
3568cad229
|
PT-87 Added --skip-check-slave-lag to pt-table-checksum
|
2017-04-12 17:07:06 -03:00 |
|
Carlos Salguero
|
e234a6e99d
|
PT-86 Added --skip-check-slave-lag to pt-osc
|
2017-03-30 14:23:09 -03:00 |
|
Carlos Salguero
|
d24b5845ee
|
Added test for bug-1613915 pt-online-schema-change
|
2016-08-21 22:10:09 -03:00 |
|
frank-cizmich
|
3f90f9ea82
|
pt-osc generate random table prefix after 10th try
|
2016-02-26 21:03:18 -03:00 |
|
frank-cizmich
|
7c0054fa5d
|
DSNParser clobbered sql_mode variable set by user - lp1506748
|
2016-02-01 22:51:55 -03:00 |
|
frank-cizmich
|
b40469d913
|
pt-osc added --null-to-not-null option
|
2016-01-26 21:29:18 -03:00 |
|
frank-cizmich
|
0c18e8969b
|
pt-osc fixed several test files for 5.7 compat
|
2015-12-30 16:08:00 -03:00 |
|
frank-cizmich
|
703f803ae6
|
pt-osc modified some comments
|
2015-07-24 11:28:27 -03:00 |
|
frank-cizmich
|
2e72b47e85
|
pt-osc avoid error loop - lp 1446928
|
2015-06-11 15:44:57 -03:00 |
|
Frank Cizmich
|
e8d7feff61
|
used output instead of full_output. merged bug tests into bugs.t
|
2014-08-05 12:49:53 -03:00 |
|
Frank Cizmich
|
2c7240bf49
|
Skipped another plan check. Skipped running explain when unnecessary. Added test. Fixed test that set check-plan off by default
|
2014-07-31 16:41:15 -03:00 |
|
Daniel Nichter
|
8584f3b734
|
Fix call to undefined get() by removing it and simplifying the warning message.
|
2013-06-26 13:28:27 -07:00 |
|
Daniel Nichter
|
def86634f8
|
Add failing test case.
|
2013-06-26 13:17:01 -07:00 |
|
Daniel Nichter
|
57f35b22b3
|
Test that new table inherits the old table's charset. Clean up bugs.t.
|
2013-06-26 10:14:46 -07: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
|
680477ed58
|
Add 'DROP PRIMARY KEY' to --check-alter.
|
2013-01-29 18:16:38 -07:00 |
|
Daniel Nichter
|
7ec6abd684
|
Fall back to using pk/ui from orig table if new table del index uses cols that no longer exist in orig table.
|
2013-01-29 17:51:43 -07:00 |
|
Daniel Nichter
|
b41ae476ae
|
Only use LOCK IN SHARE MODE with MySQL 5.1+.
|
2012-12-11 16:54:24 +00:00 |
|
Daniel Nichter
|
ddda26fb7f
|
Merged fix-i26211-1058285-821722-implicit-ansi_quotes
|
2012-11-05 10:57:11 -07:00 |
|
Daniel Nichter
|
949cf31037
|
Set sql_mode='' before SHOW CREATE TABLE--don't bother with replacing certain values. Move and rewrite tests to ansi_quotes.t.
|
2012-11-01 11:31:31 -06:00 |
|
Brian Fraser
|
2bcc380c68
|
Fix for customer issue 26211 ($avg_rate might be zero), plus a fix for bug 1058285 (also related to 26211), and an emergent part of 821722: Several sql_modes implicitly turn on ANSI_QUOTES
|
2012-10-17 15:52:15 -03:00 |
|
Daniel Nichter
|
77485efdbc
|
Use new tbl indexes to create delete trigger.
|
2012-10-11 15:20:53 -06:00 |
|
Brian Fraser
|
8626c07a99
|
Fix for 1041372: pt-osc and long table names
|
2012-08-30 18:39:53 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
b5191a310a
|
Fixes as per Daniel's review; Removed the --quiet usage inpt-osc's nibble_is_safe, as it was ptc cruft
|
2012-07-31 13:33:30 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
62c74e1e76
|
Previous commit left an unfinished comment
|
2012-07-30 19:08:37 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
1de45b70be
|
pt-osc: Change --quiet back and remove the quietness checks
|
2012-07-30 18:35:24 -03: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
|
bdbb66d22b
|
Re-add calls to Sandbox::ok().
|
2012-06-03 13:54:32 -04:00 |
|
Brian Fraser fraserb@gmail.com
|
8e04e3df60
|
Fix for 1003315: dry-run + alter-fk-method = auto always fail.
|
2012-05-30 14:27:07 -03:00 |
|
Brian Fraser fraserb@gmail.com
|
56d3d9a3b5
|
Fix for 1002448
|
2012-05-27 23:18:50 -03:00 |
|
Daniel Nichter
|
9967739fa4
|
Update NibbleIterator in pt-osc to fix it choosing the wrong index instead of the PK; add bugs.t to test this.
|
2012-05-16 10:04:52 -06:00 |
|