mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
New benchmark test
Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
This commit is contained in:
parent
11f7fd10f0
commit
b590fa2567
46 changed files with 2005 additions and 254 deletions
|
|
@ -188,6 +188,13 @@ sub new
|
|||
$smds{'q16'} = 'a';
|
||||
$smds{'q17'} = 'c';
|
||||
|
||||
# Some fixes that depends on the environment
|
||||
if (defined($main::opt_create_options) &&
|
||||
$main::opt_create_options =~ /type=heap/i)
|
||||
{
|
||||
$limits{'working_blobs'} = 0; # HEAP tables can't handle BLOB's
|
||||
}
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue