mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
merge with 4.0.9
To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
This commit is contained in:
commit
f8e660d88c
36 changed files with 601 additions and 197 deletions
|
|
@ -21,10 +21,11 @@
|
|||
# $opt_loop_count rows in random order
|
||||
#
|
||||
# changes made for Oracle compatibility
|
||||
# - $limits{'func_odbc_mod'} is OK from crash-me, but it fails here so set we
|
||||
# - $limits->{'func_odbc_mod'} is OK from crash-me, but it fails here so set we
|
||||
# set it to 0 in server-cfg
|
||||
# - the default server config runs out of rollback segments, so I added a couple
|
||||
# of disconnect/connects to reset
|
||||
# - the default server config runs out of rollback segments, so we added a
|
||||
# couple of disconnect/connects to reset
|
||||
#
|
||||
##################### Standard benchmark inits ##############################
|
||||
|
||||
use DBI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue