[MDEV-18265] Replace deprecated variable debug to debug_dbug on Galera tests Created: 2019-01-16 Updated: 2019-04-06 Resolved: 2019-04-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Fix Version/s: | 10.1.38, 10.2.23, 10.3.14, 10.4.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Clauses like SET GLOBAL debug = ''; should be replaced with SET_GLOBAL debug_dbug=''; as debug variable is deprecated and using it causes unnecessary warnings to result files. (1) Grep all galera tests that use debug variable and replace it with debug_dbug |
| Comments |
| Comment by Stepan Patryshev (Inactive) [ 2019-01-30 ] | ||||||||||||||||
|
Jan: | ||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2019-02-27 ] | ||||||||||||||||
|
I have now fixed 10.1 see the commit. | ||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2019-02-28 ] | ||||||||||||||||
|
commit 622e9e8a7a5e9babe1dd41e7499c20f396b6ebdf (HEAD -> 10.1, origin/10.1) Replaced debug to debug_dbug on 10.1 on galera suite. Nothing to do | ||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2019-03-01 ] | ||||||||||||||||
|
Merged above commit to 10.2 and now nothing more to do there. | ||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2019-04-06 ] | ||||||||||||||||
|
This is for 10.4, there are still some .result files but as tests fail they are not yet updated.
|