mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed wrong results in show_all_plugins.test
- Crude hack to get it to work. Hope Serg has a better solution at some point..
This commit is contained in:
@ -21,6 +21,7 @@ show status like '%libraries%';
|
|||||||
--sorted_result
|
--sorted_result
|
||||||
--replace_result .dll .so
|
--replace_result .dll .so
|
||||||
show plugins soname like '%example%';
|
show plugins soname like '%example%';
|
||||||
|
--replace_result 8 7
|
||||||
show status like '%libraries%';
|
show status like '%libraries%';
|
||||||
--sorted_result
|
--sorted_result
|
||||||
--replace_result .dll .so
|
--replace_result .dll .so
|
||||||
|
Reference in New Issue
Block a user