mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge mysql.com:/home/jimw/my/mysql-5.0-clean
into mysql.com:/home/jimw/my/mysql-5.1-clean
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
--exec test x$NDB_STATUS_OK = x1
|
||||
# Check that server is compiled and started with support for NDB
|
||||
-- require r/have_ndb.require
|
||||
disable_query_log;
|
||||
show variables like "have_ndbcluster";
|
||||
enable_query_log;
|
||||
|
||||
# Check that NDB is installed and known to be working
|
||||
-- require r/have_ndb_status_ok.require
|
||||
disable_query_log;
|
||||
eval select "$NDB_STATUS_OK" as ndb_status_ok;
|
||||
enable_query_log;
|
||||
|
||||
|
||||
|
@@ -4,11 +4,13 @@
|
||||
#
|
||||
--require r/have_udf.require
|
||||
disable_query_log;
|
||||
show variables like "have_dlopen";
|
||||
show variables like "have_dynamic_loading";
|
||||
enable_query_log;
|
||||
|
||||
#
|
||||
# Check that the "udf_example.so" file has been created
|
||||
# Check if the variable UDF_EXAMPLE_LIB is set
|
||||
#
|
||||
|
||||
# TODO
|
||||
--require r/have_udf_example.require
|
||||
disable_query_log;
|
||||
eval select LENGTH("$UDF_EXAMPLE_LIB") > 0 as "have_udf_example_lib";
|
||||
enable_query_log;
|
||||
|
4
mysql-test/include/not_as_root.inc
Normal file
4
mysql-test/include/not_as_root.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
-- require r/not_as_root.require
|
||||
disable_query_log;
|
||||
eval select "$MYSQL_TEST_ROOT" as running_as_root;
|
||||
enable_query_log;
|
Reference in New Issue
Block a user