diff options
author | monty@mysql.com <> | 2004-04-07 04:33:58 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-04-07 04:33:58 +0300 |
commit | 70c4eb5838d8cea7ef55226c1b757a12b4a47dec (patch) | |
tree | e2be01ea44891cc2fa4d0a64da4e14538f119f32 /sql/init.cc | |
parent | 472e87a40cac9c7a348b012e8c4f6637d7ed4d31 (diff) | |
download | mariadb-git-70c4eb5838d8cea7ef55226c1b757a12b4a47dec.tar.gz |
Portability fixes
Fixed problems with group_concat() and HAVING
Updated crash-me values
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/init.cc b/sql/init.cc index 084db57f8aa..4beb8db0c6f 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -46,7 +46,5 @@ void unireg_init(ulong options) log_10[i]= nr ; nr*= 10.0; } specialflag|=options; /* Set options from argv */ - - thread_stack_min=thread_stack - STACK_MIN_SIZE; DBUG_VOID_RETURN; } |