diff options
author | unknown <monty@mysql.com> | 2005-12-03 18:13:06 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-12-03 18:13:06 +0200 |
commit | bca61bcfde103f2e8bf7b20c436951f3b81a019b (patch) | |
tree | 7d83502e62b0ccab70f41f80ee016652ae9f920a /sql-bench/bench-init.pl.sh | |
parent | 97bfd41fe1382ff33a9fc458c0bd092342b217e5 (diff) | |
download | mariadb-git-bca61bcfde103f2e8bf7b20c436951f3b81a019b.tar.gz |
Set thread_stack after return from end_thread()
Fixes core dump when reusing thread when running debug binary
sql-bench/bench-init.pl.sh:
Use ENGINE= instead of TYPE=
sql-bench/server-cfg.sh:
Use ENGINE= instead of TYPE=
sql/mysqld.cc:
Set thread_stack (to avoid core dump in store_globlas)
sql/sql_parse.cc:
Set thread_stack after return from end_thread()
Diffstat (limited to 'sql-bench/bench-init.pl.sh')
-rw-r--r-- | sql-bench/bench-init.pl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/bench-init.pl.sh b/sql-bench/bench-init.pl.sh index d61551ffb3b..31282d06abf 100644 --- a/sql-bench/bench-init.pl.sh +++ b/sql-bench/bench-init.pl.sh @@ -447,7 +447,7 @@ All benchmarks takes the following options: --create-options=# Extra argument to all create statements. If you for example want to create all MySQL tables as BDB tables use: - --create-options=TYPE=BDB + --create-options=ENGINE=BDB --database (Default $opt_database) In which database the test tables are created. |