diff options
author | unknown <monty@hundin.mysql.fi> | 2002-04-24 15:23:32 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-04-24 15:23:32 +0300 |
commit | a56d1215f52b8d6ed9428b358034f439e03cbf5b (patch) | |
tree | 79b32cfbee538d0d4db28eeb309cb763f4772623 /sql-bench | |
parent | d12b458c55e928ad72f3d4bcbba594ebb7f3884c (diff) | |
download | mariadb-git-a56d1215f52b8d6ed9428b358034f439e03cbf5b.tar.gz |
Fixed syntax error in mysql.cc
Docs/glibc-2.2.5.patch:
Updated patch for glibc
Docs/manual.texi:
Updated 'MySQL server gone away' section
client/mysql.cc:
Fixed syntax error from last change
mysys/my_thr_init.c:
Changed EXTRA_DEBUG to EXTRA_DBUG_THREADS
sql-bench/limits/mysql.cfg:
Update to 4.0.2
Diffstat (limited to 'sql-bench')
-rw-r--r-- | sql-bench/limits/mysql.cfg | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/sql-bench/limits/mysql.cfg b/sql-bench/limits/mysql.cfg index a496bd7bf4c..cd4aea7dcf5 100644 --- a/sql-bench/limits/mysql.cfg +++ b/sql-bench/limits/mysql.cfg @@ -29,7 +29,7 @@ columns_in_order_by=+64 # number of columns in order by comment_#=yes # # as comment comment_--=yes # -- as comment (ANSI) comment_/**/=yes # /* */ as comment -comment_//=no # // as comment (ANSI) +comment_//=no # // as comment compute=no # Compute connections=101 # Simultaneous connections (installation default) constraint_check=no # Column constraints @@ -62,6 +62,7 @@ except=no # except except_all=no # except all except_all_incompat=no # except all (incompatible lists) except_incompat=no # except (incompatible lists) +field_name_case=yes # case independent field names float_int_expr=yes # mixing of integer and float in expression foreign_key=no # foreign keys foreign_key_syntax=yes # foreign key syntax @@ -228,10 +229,10 @@ func_odbc_timestampdiff=no # Function TIMESTAMPDIFF func_odbc_truncate=yes # Function TRUNCATE func_odbc_ucase=yes # Function UCASE func_odbc_user()=yes # Function USER() -func_odbc_week=yes # Function WEEK +func_odbc_week=error # Function WEEK func_odbc_year=yes # Function YEAR func_sql_+=yes # Function +, -, * and / -func_sql_bit_length=no # Function BIT_LENGTH +func_sql_bit_length=yes # Function BIT_LENGTH func_sql_cast=no # Function CAST func_sql_char_length=error # Function CHAR_LENGTH func_sql_char_length(constant)=yes # Function CHAR_LENGTH(constant) @@ -299,13 +300,14 @@ group_func_sql_min_str=yes # Group function MIN on strings group_func_sql_some=no # Group function SOME group_func_sql_sum=yes # Group function SUM group_functions=yes # Group functions +group_many_distinct_functions=yes # Group functions with several distinct group_on_unused=yes # Group on unused column has_true_false=no # TRUE and FALSE having=yes # Having having_with_alias=yes # Having on alias having_with_group=yes # Having with group function hex_numbers=yes # hex numbers (0x41) -hex_strings=no # hex strings (x'1ace') +hex_strings=yes # hex strings (x'1ace') ignore_end_space=yes # Ignore end space in compare index_in_create=yes # index in create table index_namespace=yes # different namespace for index @@ -319,7 +321,7 @@ intersect=no # intersect intersect_all=no # intersect all intersect_all_incompat=no # intersect all (incompatible lists) intersect_incompat=no # intersect (incompatible lists) -join_tables=63 # tables in join +join_tables=31 # tables in join left_outer_join=yes # left outer join left_outer_join_using=yes # left outer join using like_with_column=yes # column LIKE column @@ -331,7 +333,7 @@ max_char_size=255 # max char() size max_column_name=64 # column name length max_columns=3398 # Columns in table max_conditions=85660 # OR and AND in WHERE -max_expressions=1837 # simple expressions +max_expressions=856 # simple expressions max_index=32 # max index max_index_length=500 # index length max_index_name=64 # index name length @@ -341,7 +343,7 @@ max_index_varchar_part_length=255 # index varchar part length max_row_length=65534 # max table row length (without blobs) max_row_length_with_null=65502 # table row length with nulls (without blobs) max_select_alias_name=+512 # select alias name length -max_stack_expression=1837 # stacked expressions +max_stack_expression=856 # stacked expressions max_table_alias_name=+512 # table alias name length max_table_name=64 # table name length max_text_size=1048543 # max text or blob size @@ -353,8 +355,8 @@ minus_neg=yes # Calculate 1--1 multi_drop=yes # many tables to drop table multi_null_in_unique=yes # null in unique index multi_strings=yes # Multiple line strings -multi_table_delete=no # DELETE FROM table1,table2... -multi_table_update=no # Update with many tables +multi_table_delete=yes # DELETE FROM table1,table2... +multi_table_update=yes # Update with many tables natural_join=yes # natural join natural_join_incompat=yes # natural join (incompatible lists) natural_left_outer_join=yes # natural left outer join @@ -365,7 +367,7 @@ null_in_unique=yes # null in unique index null_num_expr=yes # Is 1+NULL = NULL nulls_in_unique=yes # null combination in unique index odbc_left_outer_join=yes # left outer join odbc style -operating_system=Linux 2.2.13-SMP alpha # crash-me tested on +operating_system=Linux 2.4.16-64GB-SMP i686 # crash-me tested on order_by=yes # Order by order_by_alias=yes # Order by alias order_by_function=yes # Order by function @@ -385,7 +387,7 @@ quote_with_"=yes # Allows ' and " as string markers remember_end_space=no # Remembers end space in char() remember_end_space_varchar=no # Remembers end space in varchar() rename_table=yes # rename table -repeat_string_size=1047552 # return string size from function +repeat_string_size=1048576 # return string size from function right_outer_join=yes # right outer join rowid=auto_increment # Type for row id select_constants=yes # Select constants @@ -394,7 +396,7 @@ select_limit2=yes # SELECT with LIMIT #,# select_string_size=1048565 # constant string size in SELECT select_table_update=no # Update with sub select select_without_from=yes # SELECT without FROM -server_version=MySQL 3.23.39 debug # server version +server_version=MySQL 4.0.2 alpha debug # server version simple_joins=yes # ANSI SQL simple joins storage_of_float=round # Storage of float values subqueries=no # subqueries @@ -402,7 +404,7 @@ table_alias=yes # Table alias table_name_case=no # case independent table names table_wildcard=yes # Select table_name.* temporary_table=yes # temporary tables -transactions=yes # constant string size in where +transactions=yes # transactions truncate_table=yes # truncate type_extra_abstime=no # Type abstime type_extra_bfile=no # Type bfile @@ -512,12 +514,11 @@ type_sql_time=yes # Type time type_sql_timestamp=yes # Type timestamp type_sql_timestamp_with_time_zone=no # Type timestamp with time zone type_sql_varchar(1_arg)=yes # Type varchar(1 arg) -union=no # union -union_all=no # union all -union_all_incompat=no # union all (incompatible lists) -union_incompat=no # union (incompatible lists) +union=yes # union +union_all=yes # union all +union_all_incompat=yes # union all (incompatible lists) +union_incompat=yes # union (incompatible lists) unique_in_create=yes # unique in create table unique_null_in_create=yes # unique null in create -user_comment=Alpha DS20 2x500 MHz, 2G memory, key_buffer=16M; ccc + cxx # comment views=no # views where_string_size=1048539 # constant string size in where |