~ubuntu-branches/ubuntu/vivid/drizzle/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/kewpie/sql-bench/limits/empress.cfg

  • Committer: Package Import Robot
  • Author(s): Tobias Frost
  • Date: 2013-08-22 20:18:31 UTC
  • mto: (20.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20130822201831-gn3ozsh7o7wmc5tk
Tags: upstream-7.2.3
ImportĀ upstreamĀ versionĀ 7.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#This file is automaticly generated by crash-me 1.18a
2
 
 
3
 
NEG=yes                                 # update of column= -column
4
 
atomic_updates=no                       # atomic updates
5
 
binary_items=no                         # binary items (0x41)
6
 
case_insensitive_strings=no             # case insensitive compare
7
 
column_alias=no                         # Column alias
8
 
comment_#=no                            # # as comment
9
 
comment_--=yes                          # -- as comment
10
 
comment_/**/=yes                        # /* */ as comment
11
 
compute=no                              # Compute
12
 
connections=10                          # Simultaneous connections
13
 
crash_me_safe=no                        # crash me safe
14
 
crash_me_version=1.18a                  # crash me version
15
 
create_default=no                       # default value for column
16
 
create_index=yes                        # create index
17
 
cross_join=no                           # cross join (same as from a,b)
18
 
date_as_string=no                       # String functions on date columns
19
 
date_with_YY=no                         # Supports YY-MM-DD dates
20
 
date_zero=no                            # Supports 0000-00-00 dates
21
 
double_quotes=yes                       # Double '' as ' in strings
22
 
drop_index=yes                          # drop index
23
 
except=no                               # except
24
 
except_all=no                           # except all
25
 
float_int_expr=yes                      # mixing of integer and float in expression
26
 
foreign_key_syntax=no                   # foreign key syntax
27
 
full_outer_join=no                      # full outer join
28
 
func_extra_!=no                         # Function NOT as '!' in SELECT
29
 
func_extra_%=yes                        # Function MOD as %
30
 
func_extra_&=no                         # Function & (bitwise and)
31
 
func_extra_&&=no                        # Function AND as '&&'
32
 
func_extra_<>=no                        # Function <> in SELECT
33
 
func_extra_==no                         # Function =
34
 
func_extra_and_or=no                    # Function AND and OR in SELECT
35
 
func_extra_atn2=no                      # Function ATN2
36
 
func_extra_auto_num2string=no           # Function automatic num->string convert
37
 
func_extra_auto_string2num=no           # Function automatic string->num convert
38
 
func_extra_between=no                   # Function BETWEEN in SELECT
39
 
func_extra_bit_count=no                 # Function BIT_COUNT
40
 
func_extra_charindex=no                 # Function CHARINDEX
41
 
func_extra_concat_as_+=no               # Function concatenation with +
42
 
func_extra_concat_list=no               # Function CONCAT(list)
43
 
func_extra_convert=no                   # Function CONVERT
44
 
func_extra_date_format=no               # Function DATE_FORMAT
45
 
func_extra_dateadd=no                   # Function DATEADD
46
 
func_extra_datediff=no                  # Function DATEDIFF
47
 
func_extra_datename=no                  # Function DATENAME
48
 
func_extra_datepart=no                  # Function DATEPART
49
 
func_extra_elt=no                       # Function ELT
50
 
func_extra_encrypt=no                   # Function ENCRYPT
51
 
func_extra_field=no                     # Function FIELD
52
 
func_extra_format=no                    # Function FORMAT
53
 
func_extra_from_days=no                 # Function FROM_DAYS
54
 
func_extra_from_unixtime=no             # Function FROM_UNIXTIME
55
 
func_extra_getdate=no                   # Function GETDATE
56
 
func_extra_if=no                        # Function IF
57
 
func_extra_in_num=no                    # Function IN on numbers in SELECT
58
 
func_extra_in_str=no                    # Function IN on strings in SELECT
59
 
func_extra_instr=no                     # Function LOCATE as INSTR
60
 
func_extra_interval=no                  # Function INTERVAL
61
 
func_extra_last_insert_id=no            # Function LAST_INSERT_ID
62
 
func_extra_like=no                      # Function LIKE in SELECT
63
 
func_extra_like_escape=no               # Function LIKE ESCAPE in SELECT
64
 
func_extra_lpad=no                      # Function LPAD
65
 
func_extra_max_num=no                   # Function MAX on numbers
66
 
func_extra_mid=no                       # Function SUBSTRING as MID
67
 
func_extra_min_num=no                   # Function MIN on numbers
68
 
func_extra_not=no                       # Function NOT in SELECT
69
 
func_extra_not_between=no               # Function NOT BETWEEN in SELECT
70
 
func_extra_not_like=no                  # Function NOT LIKE in SELECT
71
 
func_extra_odbc_convert=no              # Function ODBC CONVERT
72
 
func_extra_password=no                  # Function PASSWORD
73
 
func_extra_patindex=no                  # Function PATINDEX
74
 
func_extra_period_add=no                # Function PERIOD_ADD
75
 
func_extra_period_diff=no               # Function PERIOD_DIFF
76
 
func_extra_pow=yes                      # Function POW
77
 
func_extra_regexp=no                    # Function REGEXP in SELECT
78
 
func_extra_replicate=no                 # Function REPLICATE
79
 
func_extra_reverse=no                   # Function REVERSE
80
 
func_extra_round1=yes                   # Function ROUND(1 arg)
81
 
func_extra_rpad=no                      # Function RPAD
82
 
func_extra_sec_to_time=no               # Function SEC_TO_TIME
83
 
func_extra_str=no                       # Function STR
84
 
func_extra_strcmp=no                    # Function STRCMP
85
 
func_extra_stuff=no                     # Function STUFF
86
 
func_extra_substring_index=no           # Function SUBSTRING_INDEX
87
 
func_extra_time_to_sec=no               # Function TIME_TO_SEC
88
 
func_extra_to_days=no                   # Function TO_DAYS
89
 
func_extra_translate=no                 # Function TRANSLATE
90
 
func_extra_trim_many_char=no            # Function TRIM; Many char extension
91
 
func_extra_trim_substring=no            # Function TRIM; Substring extension
92
 
func_extra_unix_timestamp=no            # Function UNIX_TIMESTAMP
93
 
func_extra_version=no                   # Function VERSION
94
 
func_extra_weekday=no                   # Function WEEKDAY
95
 
func_extra_|=no                         # Function | (bitwise or)
96
 
func_extra_||=no                        # Function OR as '||'
97
 
func_odbc_abs=yes                       # Function ABS
98
 
func_odbc_acos=yes                      # Function ACOS
99
 
func_odbc_ascii=no                      # Function ASCII
100
 
func_odbc_asin=yes                      # Function ASIN
101
 
func_odbc_atan=yes                      # Function ATAN
102
 
func_odbc_atan2=yes                     # Function ATAN2
103
 
func_odbc_ceiling=yes                   # Function CEILING
104
 
func_odbc_char=no                       # Function CHAR
105
 
func_odbc_concat=no                     # Function CONCAT(2 arg)
106
 
func_odbc_cos=yes                       # Function COS
107
 
func_odbc_cot=no                        # Function COT
108
 
func_odbc_curdate=no                    # Function CURDATE
109
 
func_odbc_curtime=no                    # Function CURTIME
110
 
func_odbc_database=no                   # Function DATABASE
111
 
func_odbc_dayname=no                    # Function DAYNAME
112
 
func_odbc_dayofmonth=no                 # Function DAYOFMONTH
113
 
func_odbc_dayofweek=no                  # Function DAYOFWEEK
114
 
func_odbc_dayofyear=no                  # Function DAYOFYEAR
115
 
func_odbc_degrees=no                    # Function DEGREES
116
 
func_odbc_difference=no                 # Function DIFFERENCE()
117
 
func_odbc_exp=yes                       # Function EXP
118
 
func_odbc_extract=no                    # Function EXTRACT
119
 
func_odbc_floor=yes                     # Function FLOOR
120
 
func_odbc_fn_left=no                    # Function ODBC syntax LEFT & RIGHT
121
 
func_odbc_hour=no                       # Function HOUR
122
 
func_odbc_hour_time=no                  # Function ANSI HOUR
123
 
func_odbc_ifnull=no                     # Function IFNULL
124
 
func_odbc_insert=no                     # Function INSERT
125
 
func_odbc_lcase=no                      # Function LCASE
126
 
func_odbc_left=no                       # Function LEFT
127
 
func_odbc_length=yes                    # Function REAL LENGTH
128
 
func_odbc_length_without_space=error    # Function ODBC LENGTH
129
 
func_odbc_locate_2=no                   # Function LOCATE(2 arg)
130
 
func_odbc_locate_3=no                   # Function LOCATE(3 arg)
131
 
func_odbc_log=yes                       # Function LOG
132
 
func_odbc_log10=yes                     # Function LOG10
133
 
func_odbc_ltrim=yes                     # Function LTRIM
134
 
func_odbc_minute=no                     # Function MINUTE
135
 
func_odbc_mod=no                        # Function MOD
136
 
func_odbc_month=no                      # Function MONTH
137
 
func_odbc_monthname=no                  # Function MONTHNAME
138
 
func_odbc_now=no                        # Function NOW
139
 
func_odbc_pi=no                         # Function PI
140
 
func_odbc_power=no                      # Function POWER
141
 
func_odbc_quarter=no                    # Function QUARTER
142
 
func_odbc_radians=no                    # Function RADIANS
143
 
func_odbc_rand=no                       # Function RAND
144
 
func_odbc_repeat=no                     # Function REPEAT
145
 
func_odbc_replace=no                    # Function REPLACE
146
 
func_odbc_right=no                      # Function RIGHT
147
 
func_odbc_round=yes                     # Function ROUND(2 arg)
148
 
func_odbc_rtrim=yes                     # Function RTRIM
149
 
func_odbc_second=no                     # Function SECOND
150
 
func_odbc_sign=yes                      # Function SIGN
151
 
func_odbc_sin=yes                       # Function SIN
152
 
func_odbc_soundex=no                    # Function SOUNDEX
153
 
func_odbc_space=no                      # Function SPACE
154
 
func_odbc_sqrt=yes                      # Function SQRT
155
 
func_odbc_substring=no                  # Function ODBC SUBSTRING
156
 
func_odbc_tan=yes                       # Function TAN
157
 
func_odbc_timestampadd=no               # Function TIMESTAMPADD
158
 
func_odbc_timestampdiff=no              # Function TIMESTAMPDIFF
159
 
func_odbc_truncate=no                   # Function TRUNCATE
160
 
func_odbc_ucase=no                      # Function UCASE
161
 
func_odbc_user=no                       # Function USER
162
 
func_odbc_week=no                       # Function WEEK
163
 
func_odbc_year=no                       # Function YEAR
164
 
func_sql_+=yes                          # Function +, -, * and /
165
 
func_sql_bit_length=no                  # Function BIT_LENGTH
166
 
func_sql_case=no                        # Function CASE
167
 
func_sql_cast=no                        # Function CAST
168
 
func_sql_char_length=no                 # Function CHAR_LENGTH
169
 
func_sql_character_length=no            # Function CHARACTER_LENGTH
170
 
func_sql_concat_as_||=no                # Function concatenation with ||
171
 
func_sql_current_date=no                # Function CURRENT_DATE
172
 
func_sql_current_date()=no              # Function CURRENT_DATE()
173
 
func_sql_current_time=no                # Function CURRENT_TIME
174
 
func_sql_current_time()=no              # Function CURRENT_TIME()
175
 
func_sql_current_timestamp=no           # Function CURRENT_TIMESTAMP
176
 
func_sql_current_timestamp()=no         # Function CURRENT_TIMESTAMP()
177
 
func_sql_lower=no                       # Function LOWER
178
 
func_sql_octet_length=no                # Function OCTET_LENGTH
179
 
func_sql_position=no                    # Function POSITION
180
 
func_sql_session_user=no                # Function SESSION_USER
181
 
func_sql_substring=no                   # Function ANSI SQL SUBSTRING
182
 
func_extra_sysdate=no                   # Function SYSDATE
183
 
func_sql_system_user=no                 # Function SYSTEM_USER
184
 
func_sql_trim=no                        # Function TRIM
185
 
func_sql_upper=no                       # Function UPPER
186
 
func_where_between=yes                  # Function BETWEEN
187
 
func_where_eq_all=yes                   # Function = ALL
188
 
func_where_eq_any=yes                   # Function = ANY
189
 
func_where_eq_some=yes                  # Function = SOME
190
 
func_where_exists=yes                   # Function EXISTS
191
 
func_where_in_num=yes                   # Function IN on numbers
192
 
func_where_like=yes                     # Function LIKE
193
 
func_where_like_escape=yes              # Function LIKE ESCAPE
194
 
func_where_match=yes                    # Function MATCH
195
 
func_where_match_unique=no              # Function MATCH UNIQUE
196
 
func_where_not_between=yes              # Function NOT BETWEEN
197
 
func_where_not_exists=yes               # Function NOT EXISTS
198
 
func_where_not_like=yes                 # Function NOT LIKE
199
 
func_where_not_unique=no                # Function NOT UNIQUE
200
 
func_where_unique=no                    # Function UNIQUE
201
 
functions=yes                           # Functions
202
 
group_by=yes                            # Group by
203
 
group_by_position=no                    # Group by position
204
 
group_distinct_functions=yes            # Group functions with distinct
205
 
group_func_extra_bit_and=no             # Group function BIT_AND
206
 
group_func_extra_bit_or=no              # Group function BIT_OR
207
 
group_func_extra_std=no                 # Group function STD
208
 
group_func_extra_stddev=no              # Group function STDDEV
209
 
group_func_extra_variance=no            # Group function VARIANCE
210
 
group_func_sql_avg=yes                  # Group function AVG
211
 
group_func_sql_count_*=yes              # Group function COUNT (*)
212
 
group_func_sql_count_column=no          # Group function COUNT column name
213
 
group_func_sql_count_distinct=yes       # Group function COUNT DISTINCT column name
214
 
group_func_sql_max=yes                  # Group function MAX on numbers
215
 
group_func_sql_max_str=yes              # Group function MAX on strings
216
 
group_func_sql_min=yes                  # Group function MIN on numbers
217
 
group_func_sql_min_str=yes              # Group function MIN on strings
218
 
group_func_sql_sum=yes                  # Group function SUM
219
 
group_functions=yes                     # Group functions
220
 
having=yes                              # Having
221
 
having_with_alias=no                    # Having with alias
222
 
having_with_group=yes                   # Having with group function
223
 
index_in_create=no                      # index in create table
224
 
index_namespace=yes                     # different namespace for index
225
 
index_parts=no                          # index on column part (extension)
226
 
insert_empty_string=no                  # insert empty string
227
 
insert_select=yes                       # insert INTO ... SELECT ...
228
 
intersect=no                            # intersect
229
 
intersect_all=no                        # intersect all
230
 
join_tables=63                          # tables in join
231
 
left_outer_join=no                      # left outer join
232
 
left_outer_join_using=no                # left outer join using
233
 
like_with_column=yes                    # column LIKE column
234
 
like_with_number=yes                    # LIKE on numbers
235
 
lock_tables=yes                         # lock table
236
 
logical_value=not supported             # Value of logical operation (1=1)
237
 
max_big_expressions=1                   # big expressions
238
 
max_char_size=7930634                   # max char() size
239
 
max_column_name=31                      # column name length
240
 
max_columns=2419                        # Columns in table
241
 
max_conditions=628                      # OR and AND in WHERE
242
 
max_expressions=4092                    # simple expressions
243
 
max_index=+64                           # max index
244
 
max_index_length=2710                   # index length
245
 
max_index_name=32                       # index name length
246
 
max_index_part_length=2710              # index part length
247
 
max_index_parts=+64                     # index parts
248
 
max_row_length=62696                    # max table row length (without blobs)
249
 
max_row_length_with_null=62702          # table row length with nulls (without blobs)
250
 
max_stack_expression=131                # stacked expressions
251
 
max_table_alias_name=+512               # table alias name length
252
 
max_table_name=32                       # table name length
253
 
max_text_size=4095                      # max text or blob size
254
 
max_unique_index=+64                    # max unique index
255
 
minus_neg=no                            # Calculate 1--1
256
 
multi_drop=no                           # many tables to drop table
257
 
multi_strings=no                        # Multiple line strings
258
 
multi_table_delete=no                   # DELETE FROM table1,table2...
259
 
multi_table_update=no                   # Update with many tables
260
 
natural_join=no                         # natural join
261
 
natural_left_outer_join=no              # natural left outer join
262
 
no_primary_key=yes                      # Tables without primary key
263
 
null_concat_expr=no                     # Is concat('a',NULL) = NULL
264
 
null_in_index=no                        # null in index
265
 
null_num_expr=no                        # Is 1+NULL = NULL
266
 
odbc_left_outer_join=no                 # left outer join odbc style
267
 
operating_system=Linux 2.0.33 i586      # crash-me tested on
268
 
order_by=yes                            # Order by
269
 
order_by_position=yes                   # Order by position
270
 
primary_key_in_create=no                # primary key in create table
271
 
query_size=16777216                     # query size
272
 
quote_with_"=yes                        # Allows ' and " as string markers
273
 
recursive_subqueries=49                 # recursive subqueries
274
 
remember_end_space=error                # Remembers end space in char()
275
 
right_outer_join=no                     # right outer join
276
 
select_constants=yes                    # Select constants
277
 
select_string_size=32753                # constant string string size in SELECT
278
 
select_table_update=no                  # Update with sub select
279
 
select_without_from=no                  # SELECT without FROM
280
 
server_version=EMPRESS Version 6.10     # server version
281
 
simple_joins=yes                        # ANSI SQL simple joins
282
 
subqueries=yes                          # subqueries
283
 
table_alias=no                          # Table alias
284
 
table_wildcard=no                       # Select table_name.*
285
 
transactions=yes                        # transactions
286
 
type_extra_abstime=no                   # Type abstime
287
 
type_extra_blob=no                      # Type blob
288
 
type_extra_bool=no                      # Type bool
289
 
type_extra_box=no                       # Type box
290
 
type_extra_byte=no                      # Type byte
291
 
type_extra_char(1_arg)_binary=no                # Type char(1 arg) binary
292
 
type_extra_char16=no                    # Type char16
293
 
type_extra_char2=no                     # Type char2
294
 
type_extra_char4=no                     # Type char4
295
 
type_extra_char8=no                     # Type char8
296
 
type_extra_circle=no                    # Type circle
297
 
type_extra_datetime=no                  # Type datetime
298
 
type_extra_enum(1_arg)=no                       # Type enum(1 arg)
299
 
type_extra_float4=no                    # Type float4
300
 
type_extra_float8=no                    # Type float8
301
 
type_extra_image=no                     # Type image
302
 
type_extra_int(1_arg)_zerofill=no               # Type int(1 arg) zerofill
303
 
type_extra_int1=no                      # Type int1
304
 
type_extra_int2=no                      # Type int2
305
 
type_extra_int3=no                      # Type int3
306
 
type_extra_int4=no                      # Type int4
307
 
type_extra_int8=no                      # Type int8
308
 
type_extra_int_auto_increment=no        # Type int not null auto_increment
309
 
type_extra_line=no                      # Type line
310
 
type_extra_long_varbinary=no            # Type long varbinary
311
 
type_extra_long_varchar(1_arg)=no               # Type long varchar(1 arg)
312
 
type_extra_lseg=no                      # Type lseg
313
 
type_extra_mediumint=no                 # Type mediumint
314
 
type_extra_mediumtext=no                # Type mediumtext
315
 
type_extra_middleint=no                 # Type middleint
316
 
type_extra_money=no                     # Type money
317
 
type_sql_nchar(1_arg)=no                        # Type nchar(1 arg)
318
 
type_extra_nvarchar(2_arg)=no           # Type nvarchar(2 arg)
319
 
type_extra_path=no                      # Type path
320
 
type_extra_point=no                     # Type point
321
 
type_extra_polygon=no                   # Type polygon
322
 
type_extra_reltime=no                   # Type reltime
323
 
type_extra_serial=no                    # Type serial
324
 
type_extra_set(1_arg)=no                        # Type set(1 arg)
325
 
type_extra_smalldatetime=no             # Type smalldatetime
326
 
type_extra_smallfloat=no                # Type smallfloat
327
 
type_extra_smallmoney=no                # Type smallmoney
328
 
type_extra_text=yes                     # Type text
329
 
type_extra_text(1_arg)=yes                      # Type text(1 arg)
330
 
type_extra_timespan=no                  # Type timespan
331
 
type_extra_year=no                      # Type year
332
 
type_odbc_bigint=no                     # Type bigint
333
 
type_odbc_binary(1_arg)=no                      # Type binary(1 arg)
334
 
type_odbc_datetime=no                   # Type datetime
335
 
type_sql_smallint=yes                   # Type smallint
336
 
type_odbc_tinyint=no                    # Type tinyint
337
 
type_odbc_varbinary(1_arg)=no           # Type varbinary(1 arg)
338
 
type_sql_bit=no                         # Type bit
339
 
type_sql_bit(1_arg)=no                  # Type bit(1 arg)
340
 
type_sql_bit_varying(1_arg)=no          # Type bit varying(1 arg)
341
 
type_sql_char(1_arg)=yes                        # Type char(1 arg)
342
 
type_sql_char_varying(1_arg)=no         # Type char varying(1 arg)
343
 
type_sql_character(1_arg)=yes           # Type character(1 arg)
344
 
type_sql_character_varying(1_arg)=no            # Type character varying(1 arg)
345
 
type_sql_date=yes                       # Type date
346
 
type_sql_dec(2_arg)=yes                 # Type dec(2 arg)
347
 
type_sql_decimal(2_arg)=yes                     # Type decimal(2 arg)
348
 
type_extra_double=no                    # Type double
349
 
type_sql_double_precision=yes           # Type double precision
350
 
type_sql_float=yes                      # Type float
351
 
type_extra_float(2_arg)=no                      # Type float(1 arg)
352
 
type_sql_int=yes                        # Type int
353
 
type_sql_integer=yes                    # Type integer
354
 
type_sql_interval_year=no               # Type interval year
355
 
type_sql_numeric(2_arg)=no                      # Type numeric(2 arg)
356
 
type_sql_real=yes                       # Type real
357
 
type_sql_time=yes                       # Type time
358
 
type_sql_timestamp=no                   # Type timestamp
359
 
type_sql_varchar(1_arg)=no                      # Type varchar(1 arg)
360
 
union=no                                # union
361
 
union_all=no                            # union all
362
 
unique_in_create=no                     # unique in create table
363
 
views=yes                               # views
364
 
where_string_size=nonstandard           # constant string size in where