mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Removed not used variable 'last_ref'
Fixed problem with negative DECIMAL() keys Fixed some bugs with NULL keys in BDB More mysql-test tests
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
# Access Definitions
|
||||
#--
|
||||
DB=test
|
||||
DBUSER=test
|
||||
DBPASSWD=
|
||||
VERBOSE=""
|
||||
TZ=GMT-3; export TZ # for UNIX_TIMESTAMP tests to work
|
||||
@@ -209,6 +208,9 @@ fi
|
||||
if [ -n "$USE_RUNNING_SERVER" ]
|
||||
then
|
||||
MASTER_MYSOCK="/tmp/mysql.sock"
|
||||
DBUSER=test
|
||||
else
|
||||
DBUSER=root # We want to do FLUSH xxx commands
|
||||
fi
|
||||
|
||||
if [ -w / ]
|
||||
|
Reference in New Issue
Block a user