Daniel Nichter
|
67afd604b5
|
Fix innodb_max_dirty_pages_pct advice.
|
2013-06-27 14:45:56 -07:00 |
|
Daniel Nichter
|
f9d71f3610
|
Add failing test case.
|
2013-06-27 14:41:49 -07:00 |
|
Daniel Nichter
|
446d85497a
|
Merge fix-ryans-bug-1168110.
|
2013-06-27 14:30:19 -07:00 |
|
Daniel Nichter
|
d54595c194
|
Change advice for key_buffer_size.
|
2013-06-27 13:54:10 -07:00 |
|
Daniel Nichter
|
0966b34997
|
Merge fix-fingerprint-bug-1174956.
|
2013-06-27 12:25:58 -07:00 |
|
Daniel Nichter
|
e6950a1c41
|
Update QueryRewriter in all tools.
|
2013-06-27 12:06:24 -07:00 |
|
Daniel Nichter
|
db9d149959
|
Do the same fix in strip_comments().
|
2013-06-27 11:54:53 -07:00 |
|
Daniel Nichter
|
dfcfdd292a
|
Test case and fix: remove multi-line comments before -- one line comments.
|
2013-06-27 11:53:06 -07:00 |
|
Daniel Nichter
|
194ca2462c
|
Document --type=rawlog in pqd (bug 1171968).
|
2013-06-27 11:41:24 -07:00 |
|
Daniel Nichter
|
fe40d88b0f
|
Improve the test for bug 1176010.
|
2013-06-26 16:16:15 -07:00 |
|
Daniel Nichter
|
9b38740a54
|
Merge fix-1176010-pqd-grouping-quoted-vals.
|
2013-06-26 16:10:41 -07:00 |
|
Daniel Nichter
|
53881e3d99
|
Tweak sanitize_evnet().
|
2013-06-26 16:06:29 -07:00 |
|
Daniel Nichter
|
4d5d700ceb
|
Merge fix-dl-ts-bug-1195034.
|
2013-06-26 15:27:54 -07:00 |
|
Daniel Nichter
|
7ca202ee0a
|
Test and handle timestamp lines like: 130624 17:39:24TOO DEEP OR LONG SEARCH IN THE LOCK TABLE WAITS-FOR GRAPH, WE WILL ROLL BACK FOLLOWING TRANSACTION
|
2013-06-26 15:23:44 -07:00 |
|
Daniel Nichter
|
5be1e9dee0
|
Merge fix-pt-osc-get-typo-bug-1188264.
|
2013-06-26 13:30:30 -07: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
|
94a0ba8059
|
Merge fix-pt-upgrade-null-bug-1168434.
|
2013-06-26 12:30:48 -07:00 |
|
Daniel Nichter
|
362d80f7e8
|
Fix NULL vs. NULL comparison.
|
2013-06-26 12:26:34 -07:00 |
|
Daniel Nichter
|
cefc0d3065
|
Add failing unit test.
|
2013-06-26 12:09:43 -07:00 |
|
Daniel Nichter
|
61a0770972
|
Add failing test.
|
2013-06-26 12:07:06 -07:00 |
|
Daniel Nichter
|
0d96d5aafa
|
Merge bzr merge lp:~dveeden/percona-toolkit/bug1172317.
|
2013-06-26 11:40:23 -07:00 |
|
Daniel Nichter
|
2c46d7b9d5
|
Merge fix-pt-osc-tbl-charset-bug-1171653.
|
2013-06-26 10:48:55 -07:00 |
|
Daniel Nichter
|
1346757702
|
Test that the new table's charset can be changed.
|
2013-06-26 10:47:19 -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
|
43ebd47263
|
Merge fix-ptc-ts-col-bug-1163735.
|
2013-06-25 18:57:30 -07:00 |
|
Daniel Nichter
|
70f5c17bc4
|
Fix ptc by making ts column explicitly NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP.
|
2013-06-25 18:30:12 -07:00 |
|
Daniel Nichter
|
302a9a21a1
|
Add failing test in settings.t. Add EXTRA_DEFAULTS_FILE to start-sandbox so a sandbox can be started with any additional settings, like explicit_defaults_for_timestamp.
|
2013-06-25 18:18:29 -07:00 |
|
Daniel Nichter
|
88ca03473c
|
Merge fix-deep-recursion-bug-1136559.
|
2013-06-25 16:36:36 -07:00 |
|
Daniel Nichter
|
301afe2f34
|
Update SchemaIterator in all tools.
|
2013-06-25 16:30:23 -07:00 |
|
Daniel Nichter
|
e5d9da5cff
|
Fix SchemaIterator by replacing recursion with double nested while loops.
|
2013-06-25 16:25:58 -07:00 |
|
Daniel Nichter
|
bddc889f97
|
Add failing test and samples for deep recursion.
|
2013-06-25 16:15:50 -07:00 |
|
Daniel Nichter
|
1d1fae9375
|
Merge fix-set-vars-bug-1182856.
|
2013-06-25 15:37:57 -07:00 |
|
Daniel Nichter
|
0ec803417d
|
Update OptionParser in all tools.
|
2013-06-25 15:32:19 -07:00 |
|
Daniel Nichter
|
591a49557c
|
Fix OptionParser: check that val is defined, not true.
|
2013-06-25 15:31:39 -07:00 |
|
Daniel Nichter
|
bcc6da2919
|
Failing test for --set-vars var=0.
|
2013-06-25 15:28:48 -07:00 |
|
Daniel Nichter
|
68511cc926
|
Merge pt-osc-ts-output.
|
2013-06-25 13:02:35 -07:00 |
|
Daniel Nichter
|
00a2fc3e23
|
Add timestamp to lines indicating actions that might take awhile, e.g. "Dropping triggers...".
|
2013-06-25 12:52:03 -07:00 |
|
Daniel Nichter
|
8f78050570
|
Merge release-2.2.3.
2.2.3
|
2013-06-19 14:23:55 -07:00 |
|
Daniel Nichter
|
ca2774cbd3
|
Pre-build updates.
|
2013-06-17 08:08:46 +01:00 |
|
Daniel Nichter
|
35f83428b1
|
Update pqd test samples.
|
2013-06-16 23:40:08 -07:00 |
|
Daniel Nichter
|
88280e321d
|
Update Percona::Toolkit in all tools.
|
2013-06-16 23:25:20 -07:00 |
|
Daniel Nichter
|
0736427bbf
|
Megre pt-agent branch.
|
2013-06-16 23:23:11 -07:00 |
|
Daniel Nichter
|
7c674025e7
|
Update Changelog.
|
2013-06-16 23:19:07 -07:00 |
|
Daniel Nichter
|
dc8fb90173
|
Fix it again, again.
|
2013-06-16 23:12:09 -07:00 |
|
Daniel Nichter
|
4f3fa288b1
|
Fix it again--the pitfalls of working so long and late.
|
2013-06-16 23:06:06 -07:00 |
|
Daniel Nichter
|
c2af32cd0f
|
Fix Logger error spamming.
|
2013-06-16 22:59:43 -07:00 |
|
Daniel Nichter
|
61bf5c5e24
|
Change the error spam threshold from 100 to 10.
|
2013-06-16 22:54:07 -07:00 |
|
Daniel Nichter
|
9215fd5a02
|
Add 2 safeguards to Agent::Logger to avoid excessive memory usage and error spamming.
|
2013-06-16 22:37:42 -07:00 |
|
Daniel Nichter
|
1b0431301a
|
Fix typo in error message.
|
2013-06-16 22:06:22 -07:00 |
|