mariadb/sql
Ramil Kalimullin 0e4333f6cc Fix for bug#21476: stack overflow crashes server; error-message
stack reservation too small

Problem: some tests fail on HP-UX due to insufficient stack reservation.

Fix: increase stack reservation.


sql/mysql_priv.h:
  Fix for bug#21476: stack overflow crashes server; error-message
  stack reservation too small
    - raised STACK_MIN_SIZE to pass execution_constants.test on HP-UX.
2009-02-14 14:40:22 +04:00
..
examples
share Bug#37995 Error message truncation in test "innodb" in embedded mode. 2009-02-05 10:16:00 +04:00
.cvsignore
add_errmsg
authors.h
client_settings.h
CMakeLists.txt
contributors.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
event_data_objects.cc
event_data_objects.h
event_db_repository.cc
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc
event_queue.h
event_scheduler.cc
event_scheduler.h
events.cc
events.h
field.cc merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
field.h merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
field_conv.cc
filesort.cc Bug #41543: Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_errno 2009-01-09 14:04:47 +02:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_ndbcluster.cc
ha_ndbcluster.h
ha_ndbcluster_binlog.cc
ha_ndbcluster_binlog.h
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc merge 2009-01-07 23:30:10 +01:00
ha_partition.h merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
handler.cc Fix for BUG#39886 - Table full for MEMORY table is not written into error log 2009-01-28 17:22:53 +05:30
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Auto-merge 2009-02-05 11:45:30 +04:00
item.h merged 5.0-bugteam -> 5.1-bugteam 2009-01-16 17:38:38 +02:00
item_buff.cc
item_cmpfunc.cc BUG#37822: Correlated subquery with IN and IS UNKNOWN provides wrong result 2009-01-28 22:18:27 +03:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc Merge 5.0-bugteam -> 5.1-bugteam. 2009-02-12 14:10:07 +04:00
item_func.h Bug#42188: crash and/or memory corruption with user variables 2009-01-23 22:18:02 +04:00
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc merged 41437 to 5.1-bugteam 2009-01-09 19:51:52 +02:00
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h Auto-merge up from 5.0 2009-02-07 16:50:31 +01:00
item_xmlfunc.cc Bug#42495 updatexml: Assertion failed: xpath->context, file .\item_xmlfunc.cc, line 2507 2009-02-04 15:40:12 +04:00
item_xmlfunc.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
log.h merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
log_event.cc Bug #41183 rpl_ndb_circular, rpl_ndb_circular_simplex need maintenance, crash 2009-02-04 13:08:27 +02:00
log_event.h merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
log_event_old.cc
log_event_old.h
Makefile.am
message.h
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h Fix for bug#21476: stack overflow crashes server; error-message 2009-02-14 14:40:22 +04:00
mysql_priv.h.pp
mysqld.cc Merge from bug tree. 2009-02-11 23:44:32 -05:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
opt_range.h
opt_sum.cc
parse_file.cc Merge fix for bug 38145 from 5.0. 2009-01-26 10:27:51 -05:00
parse_file.h
partition_element.h
partition_info.cc
partition_info.h
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
records.cc
repl_failsafe.cc BUG#41924: high-level replication functions are not commented 2009-01-09 13:49:24 +01:00
repl_failsafe.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc
rpl_mi.h
rpl_record.cc
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
set_var.cc Bug#42610 Dynamic plugin broken in 5.1.31 2009-02-09 19:03:52 +04:00
set_var.h
slave.cc BUG#41924: high-level replication functions are not commented 2009-01-09 13:49:24 +01:00
slave.h
sp.cc
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc Bug #36763 2009-02-06 17:06:41 +01:00
sql_binlog.cc BUG#41924: high-level replication functions are not commented 2009-01-09 13:49:24 +01:00
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc Merge test case of Bug#40264 to mysql-5.1-bugteam 2009-01-22 09:22:26 -02:00
sql_cache.h
sql_class.cc Merge mysql-5.0-bugteam -> mysql-5.1-bugteam. 2009-02-13 19:20:56 +03:00
sql_class.h merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
sql_client.cc
sql_connect.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
sql_cursor.h
sql_db.cc
sql_delete.cc Merging with 5.1-bugteam. 2009-02-09 23:51:59 +01:00
sql_derived.cc
sql_do.cc
sql_error.cc Bug#37995 Error message truncation in test "innodb" in embedded mode. 2009-02-05 10:16:00 +04:00
sql_error.h
sql_handler.cc
sql_help.cc
sql_insert.cc Bug#40536: SELECT is blocked by INSERT DELAYED waiting on 2009-02-03 15:16:24 -02:00
sql_lex.cc merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
sql_lex.h BUG#41924: high-level replication functions are not commented 2009-01-09 13:49:24 +01:00
sql_list.cc
sql_list.h
sql_load.cc
sql_locale.cc
sql_manager.cc
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc BUG#13684: SP: DROP PROCEDURE|FUNCTION IF EXISTS not binlogged if routine does not exist 2009-02-10 11:52:19 +01:00
sql_partition.cc Bug#40972: Partition pruning can lead to crash for bad dates 2009-01-09 14:18:08 +01:00
sql_partition.h
sql_plugin.cc Bug#42610 Dynamic plugin broken in 5.1.31 2009-02-09 19:03:52 +04:00
sql_plugin.h
sql_prepare.cc
sql_profile.cc Fixed a warning in sql_profile.cc 2009-01-12 18:17:15 +02:00
sql_profile.h
sql_rename.cc
sql_repl.cc merge: 5.1 -> 5.1-rpl 2009-01-23 13:22:05 +01:00
sql_repl.h
sql_select.cc automerge 5.0-bugteam --> 5.1-bugteam (bug 42037) 2009-02-05 13:37:06 +04:00
sql_select.h automerge 5.0-bugteam --> 5.1-bugteam (bug 42037) 2009-02-05 13:37:06 +04:00
sql_servers.cc
sql_servers.h
sql_show.cc merged 5.0-bugteam -> 5.1-bugteam 2009-01-05 20:47:28 +02:00
sql_show.h
sql_sort.h
sql_state.c
sql_string.cc Merge from dev tree. 2009-02-14 12:11:32 +03:00
sql_string.h
sql_table.cc Bug#37995 Error message truncation in test "innodb" in embedded mode. 2009-02-05 10:16:00 +04:00
sql_tablespace.cc
sql_test.cc WL#4189 mtr.pl v2 2009-01-26 16:39:00 +01:00
sql_trigger.cc Fix for 2009-01-14 18:50:51 +04:00
sql_trigger.h Fix for 2009-01-14 18:50:51 +04:00
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc Bug #39265: fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
sql_view.cc
sql_view.h
sql_yacc.yy merged additional fix for bug 33813 to 5.1-bugteam 2009-02-12 17:30:38 +02:00
strfunc.cc
structs.h
table.cc merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
table.h merged 5.1-main -> 5.1-bugteam 2009-01-05 18:10:20 +02:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc Merge fix for bug 38145 from 5.0. 2009-01-26 10:27:51 -05:00
unireg.h