mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
fix include/not_embedded.inc to be independent from the environment
in particular, not fail with --vertical_results
This commit is contained in:
@ -4,8 +4,7 @@
|
||||
#
|
||||
# The test below is redundant
|
||||
|
||||
-- require r/not_embedded.require
|
||||
disable_query_log;
|
||||
select version() like '%embedded%' as 'have_embedded';
|
||||
enable_query_log;
|
||||
if (`select version() like '%embedded%'`) {
|
||||
This should never happen;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user