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
751c71ac
Commit
751c71ac
authored
Jul 23, 2013
by
rich prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#45 nightly mysql build and test my.cnf
parent
562c34de
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
0 deletions
+57
-0
scripts/nightly.mysql.build.and.test.my.cnf
scripts/nightly.mysql.build.and.test.my.cnf
+7
-0
scripts/run.basic.tests.bash
scripts/run.basic.tests.bash
+50
-0
No files found.
scripts/nightly.mysql.build.and.test.my.cnf
0 → 100644
View file @
751c71ac
[mysqld]
tmpdir=/data/mysql/tmp
max_connections=1024
table_open_cache=1024
tokudb_cachetablesize=8G
tokudb_directio=1
scripts/run.basic.tests.bash
0 → 100644
View file @
751c71ac
mysqlbuild
=
mysql-5.5.30-tokudb-7.0.3-e-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.sql.bench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
fi
mysqlbuild
=
mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.atc.ontime.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--engine
=
tokudb
fi
mysqlbuild
=
mariadb-5.5.30-tokudb-7.0.3-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.sql.bench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
fi
mysqlbuild
=
mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.sql.bench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
fi
mysqlbuild
=
mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
1
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
1
--tokudb_load_save_space
=
1
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
10
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
10
--tokudb_load_save_space
=
1
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
30
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
30
--tokudb_load_save_space
=
1
fi
mysqlbuild
=
mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.iibench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--max_rows
=
1000000000
--insert_only
=
0
run.iibench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--max_rows
=
1000000000
--replace_into
run.iibench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--max_rows
=
1000000000
--insert_ignore
run.iibench.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--max_rows
=
1000000000
--insert_only
=
1
fi
mysqlbuild
=
mariadb-5.5.30-tokudb-7.0.3-e-linux-x86_64
setup.mysql.bash
--mysqlbuild
=
$mysqlbuild
--install
=
0
if
[
$?
=
0
]
;
then
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
100
--compare
=
0
run.tpch.bash
--mysqlbuild
=
$mysqlbuild
--commit
=
1
--SCALE
=
100
--compare
=
0
--tokudb_load_save_space
=
1
fi
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