Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5bbe83f6
Commit
5bbe83f6
authored
Nov 15, 2010
by
Mattias Jonsson
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
71bf3d57
413dd7d2
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
10 deletions
+26
-10
mysql-test/collections/default.weekly
mysql-test/collections/default.weekly
+2
-0
mysql-test/r/variables-big.result
mysql-test/r/variables-big.result
+5
-5
mysql-test/suite/parts/t/part_supported_sql_func_innodb.test
mysql-test/suite/parts/t/part_supported_sql_func_innodb.test
+3
-0
mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test
mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test
+3
-0
mysql-test/suite/parts/t/partition_alter1_2_innodb.test
mysql-test/suite/parts/t/partition_alter1_2_innodb.test
+3
-0
mysql-test/suite/parts/t/partition_alter4_innodb.test
mysql-test/suite/parts/t/partition_alter4_innodb.test
+3
-0
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+2
-0
mysql-test/t/variables-big.test
mysql-test/t/variables-big.test
+5
-5
No files found.
mysql-test/collections/default.weekly
View file @
5bbe83f6
perl mysql-test-run.pl --timer --force --comment=1st --experimental=collections/default.experimental 1st
perl mysql-test-run.pl --timer --force --comment=big-tests --experimental=collections/default.experimental --vardir=var-big-tests --big-test --testcase-timeout=60 --suite-timeout=600 parts.partition_alter1_2_ndb parts.part_supported_sql_func_innodb parts.partition_alter1_2_innodb parts.partition_alter4_innodb parts.partition_alter1_1_2_ndb parts.partition_alter1_1_2_innodb parts.partition_alter1_1_ndb large_tests.alter_table rpl_ndb.rpl_truncate_7ndb_2 main.archive-big main.sum_distinct-big main.mysqlbinlog_row_big main.alter_table-big main.variables-big main.type_newdecimal-big main.read_many_rows_innodb main.log_tables-big main.count_distinct3 main.events_time_zone main.merge-big main.create-big main.events_stress main.ssl-big
mysql-test/r/variables-big.result
View file @
5bbe83f6
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
SHOW PROCESSLIST;
Id User Host db Command Time State Info
<Id> root
localhost
test Query <Time> NULL SHOW PROCESSLIST
<Id> root
<Host>
test Query <Time> NULL SHOW PROCESSLIST
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
SHOW PROCESSLIST;
Id User Host db Command Time State Info
<Id> root
localhost
test Query <Time> NULL SHOW PROCESSLIST
<Id> root
<Host>
test Query <Time> NULL SHOW PROCESSLIST
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
SHOW PROCESSLIST;
Id User Host db Command Time State Info
<Id> root
localhost
test Query <Time> NULL SHOW PROCESSLIST
<Id> root
<Host>
test Query <Time> NULL SHOW PROCESSLIST
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
SHOW PROCESSLIST;
Id User Host db Command Time State Info
<Id> root
localhost
test Query <Time> NULL SHOW PROCESSLIST
<Id> root
<Host>
test Query <Time> NULL SHOW PROCESSLIST
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
SHOW PROCESSLIST;
Id User Host db Command Time State Info
<Id> root
localhost
test Query <Time> NULL SHOW PROCESSLIST
<Id> root
<Host>
test Query <Time> NULL SHOW PROCESSLIST
mysql-test/suite/parts/t/part_supported_sql_func_innodb.test
View file @
5bbe83f6
...
...
@@ -28,6 +28,9 @@ let $do_long_tests= 1;
# The server must support partitioning.
--
source
include
/
have_partition
.
inc
# This test takes long time, so only run it with the --big mtr-flag.
--
source
include
/
big_test
.
inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
...
...
mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test
View file @
5bbe83f6
...
...
@@ -46,6 +46,9 @@ let $more_pk_ui_tests= 0;
# The server must support partitioning.
--
source
include
/
have_partition
.
inc
# This test takes long time, so only run it with the --big mtr-flag.
--
source
include
/
big_test
.
inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
...
...
mysql-test/suite/parts/t/partition_alter1_2_innodb.test
View file @
5bbe83f6
...
...
@@ -46,6 +46,9 @@ let $more_pk_ui_tests= 0;
# The server must support partitioning.
--
source
include
/
have_partition
.
inc
# This test takes long time, so only run it with the --big mtr-flag.
--
source
include
/
big_test
.
inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
...
...
mysql-test/suite/parts/t/partition_alter4_innodb.test
View file @
5bbe83f6
...
...
@@ -43,6 +43,9 @@ let $more_pk_ui_tests= 0;
# The server must support partitioning.
--
source
include
/
have_partition
.
inc
# This test takes long time, so only run it with the --big mtr-flag.
--
source
include
/
big_test
.
inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
...
...
mysql-test/t/disabled.def
View file @
5bbe83f6
...
...
@@ -13,3 +13,5 @@ kill : Bug#37780 2008-12-03 HHunger need some changes to be
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
main.mysqlhotcopy_myisam : Bug#56817 2010-10-21 anitha mysqlhotcopy* fails
main.mysqlhotcopy_archive: Bug#56817 2010-10-21 anitha mysqlhotcopy* fails
log_tables-big : Bug#48646 2010-11-15 mattiasj report already exists
read_many_rows_innodb : Bug#37635 2010-11-15 mattiasj report already exists
mysql-test/t/variables-big.test
View file @
5bbe83f6
...
...
@@ -37,19 +37,19 @@
--
disable_warnings
SET
SESSION
transaction_prealloc_size
=
1024
*
1024
*
1024
*
1
;
--
replace_column
1
<
Id
>
6
<
Time
>
--
replace_column
1
<
Id
>
3
<
Host
>
6
<
Time
>
SHOW
PROCESSLIST
;
SET
SESSION
transaction_prealloc_size
=
1024
*
1024
*
1024
*
2
;
--
replace_column
1
<
Id
>
6
<
Time
>
--
replace_column
1
<
Id
>
3
<
Host
>
6
<
Time
>
SHOW
PROCESSLIST
;
SET
SESSION
transaction_prealloc_size
=
1024
*
1024
*
1024
*
3
;
--
replace_column
1
<
Id
>
6
<
Time
>
--
replace_column
1
<
Id
>
3
<
Host
>
6
<
Time
>
SHOW
PROCESSLIST
;
SET
SESSION
transaction_prealloc_size
=
1024
*
1024
*
1024
*
4
;
--
replace_column
1
<
Id
>
6
<
Time
>
--
replace_column
1
<
Id
>
3
<
Host
>
6
<
Time
>
SHOW
PROCESSLIST
;
SET
SESSION
transaction_prealloc_size
=
1024
*
1024
*
1024
*
5
;
--
replace_column
1
<
Id
>
6
<
Time
>
--
replace_column
1
<
Id
>
3
<
Host
>
6
<
Time
>
SHOW
PROCESSLIST
;
--
enable_warnings
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment