mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
fix embedded tests
(mainly by backporting 5.5. changes) mysql-test/suite/maria/t/distinct.test: Remove the test that requires SSL. One test case for a bug is enough. sql/scheduler.cc: make it the same as in 5.5 storage/innodb_plugin/row/row0mysql.c: make it the same as in 5.5 storage/innodb_plugin/row/row0sel.c: make it the same as in 5.5 storage/xtradb/row/row0mysql.c: make it the same as in 5.5 storage/xtradb/row/row0sel.c: make it the same as in 5.5
This commit is contained in:
@@ -69,7 +69,6 @@ static bool no_threads_end(THD *thd, bool put_in_cache)
|
||||
void one_thread_scheduler(scheduler_functions *func)
|
||||
{
|
||||
func->max_threads= 1;
|
||||
max_connections= 1;
|
||||
func->max_connections= &max_connections;
|
||||
func->connection_count= &connection_count;
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
|
||||
Reference in New Issue
Block a user