mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Merge mariadb-10.4.8 to 10.4
This commit is contained in:
commit
e980cf91cd
22 changed files with 318 additions and 158 deletions
|
|
@ -76,6 +76,7 @@ select variable_value-@a from information_schema.global_status where variable_na
|
|||
variable_value-@a
|
||||
4
|
||||
DROP TABLE t1;
|
||||
set global ROCKSDB_COMPACT_CF= 'default';
|
||||
CREATE TABLE t1 (
|
||||
a int,
|
||||
b int,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ use My::Find;
|
|||
use File::Basename;
|
||||
use strict;
|
||||
|
||||
sub is_default { not $::opt_embedded_server }
|
||||
#sub is_default { not $::opt_embedded_server }
|
||||
|
||||
my $sst_dump=
|
||||
::mtr_exe_maybe_exists(
|
||||
|
|
|
|||
|
|
@ -102,6 +102,8 @@ SELECT * FROM t1;
|
|||
select variable_value-@a from information_schema.global_status where variable_name='rocksdb_rows_filtered';
|
||||
|
||||
DROP TABLE t1;
|
||||
# Compact away the dropped data
|
||||
set global ROCKSDB_COMPACT_CF= 'default';
|
||||
|
||||
# Read filtering index scan tests (None of these queries should return any results)
|
||||
CREATE TABLE t1 (
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use My::Find;
|
|||
use File::Basename;
|
||||
use strict;
|
||||
|
||||
sub is_default { not $::opt_embedded_server }
|
||||
#sub is_default { not $::opt_embedded_server }
|
||||
|
||||
my $sst_dump=
|
||||
::mtr_exe_maybe_exists(
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ use My::Find;
|
|||
use File::Basename;
|
||||
use strict;
|
||||
|
||||
sub is_default { not $::opt_embedded_server }
|
||||
#sub is_default { not $::opt_embedded_server }
|
||||
|
||||
my $sst_dump=
|
||||
::mtr_exe_maybe_exists(
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use My::Find;
|
|||
use File::Basename;
|
||||
use strict;
|
||||
|
||||
sub is_default { not $::opt_embedded_server }
|
||||
#sub is_default { not $::opt_embedded_server }
|
||||
|
||||
my $sst_dump=
|
||||
::mtr_exe_maybe_exists(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue