[MDEV-6720] enable connection log in mysqltest by default Created: 2014-09-10 Updated: 2016-07-21 Resolved: 2016-03-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | 10.2.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Sergei Golubchik | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.2.0-6, 10.2.0-7, 10.2.0-8, 10.2.0-9, 10.2.0-10 |
| Description |
|
mysqltest has commands
the default behavior is disable, we should make it enable by default. |
| Comments |
| Comment by Sergei Golubchik [ 2015-11-17 ] | |||||||||||||
|
and then we can remove few *.include files that do just that — switch connection with a message | |||||||||||||
| Comment by Sergey Vojtovich [ 2016-03-25 ] | |||||||||||||
|
serg, please review patch for this task. It is 95% complete, available in bb-10.2- | |||||||||||||
| Comment by Sergei Golubchik [ 2016-03-30 ] | |||||||||||||
|
You seem to be getting tasks that remove lots of code This one: 64 insertions, 3414 deletions (not counting result files). | |||||||||||||
| Comment by Sergei Golubchik [ 2016-03-30 ] | |||||||||||||
|
Ok to push, thanks!
| |||||||||||||
| Comment by Sergey Vojtovich [ 2016-03-30 ] | |||||||||||||
|
Compared to previous tasks that removed lots of code, this one was disaster. I also came across the same line in rpl_begin_commit_rollback.test, but I couldn't immediately find out if this test was actually supposed to set autocommit or not. I'll double check it. Thanks! |