mariadb/sql
kroki/tomash@moonlight.intranet b9fef61616 Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0
into  moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-bug17591
2006-08-29 14:37:52 +04:00
..
examples
share Fix for BUG#16899: Possible buffer overflow in handling of DEFINER-clause 2006-08-23 21:31:00 +04:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 16:44:56 +04:00
field.h Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 16:44:56 +04:00
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_archive.cc
ha_archive.h
ha_berkeley.cc
ha_berkeley.h
ha_blackhole.cc
ha_blackhole.h
ha_federated.cc
ha_federated.h
ha_heap.cc
ha_heap.h
ha_innodb.cc Applied innodb-5.0-ss677 snapshot. 2006-08-01 21:59:58 +02:00
ha_innodb.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc
ha_ndbcluster.h
handler.cc
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Comment cleanup after push of bug#21166. 2006-08-25 11:34:13 +04:00
item.h BUG#21166: Prepared statement causes signal 11 on second execution 2006-08-24 15:49:12 +04:00
item_buff.cc
item_cmpfunc.cc BUG#21166: Prepared statement causes signal 11 on second execution 2006-08-24 15:49:12 +04:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc BUG#21166: Prepared statement causes signal 11 on second execution 2006-08-24 15:49:12 +04:00
item_func.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 21:54:10 +04:00
item_geofunc.cc
item_geofunc.h
item_row.cc BUG#21166: Prepared statement causes signal 11 on second execution 2006-08-24 15:49:12 +04:00
item_row.h
item_strfunc.cc BUG#21166: Prepared statement causes signal 11 on second execution 2006-08-24 15:49:12 +04:00
item_strfunc.h BUG#21166: Prepared statement causes signal 11 on second execution 2006-08-24 15:49:12 +04:00
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc Fix for bug#21216 "Simultaneous DROP TABLE and SHOW OPEN TABLES causes 2006-08-21 12:18:59 +04:00
log.cc
log_event.cc
log_event.h
Makefile.am WL#3432 (Compile the Parser with a --debug --verbose option) 2006-08-18 19:16:07 -07:00
matherr.c
mf_iocache.cc
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h Fix for BUG#16899: Possible buffer overflow in handling of DEFINER-clause 2006-08-23 21:31:00 +04:00
mysqld.cc Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 2006-08-22 09:06:00 -07:00
mysqld_suffix.h
net_serv.cc BUG#21051: RESET QUERY CACHE very slow when query_cache_type=0 2006-08-22 11:47:52 +04:00
nt_servc.cc
nt_servc.h
opt_range.cc
opt_range.h
opt_sum.cc
parse_file.cc
parse_file.h
password.c
procedure.cc
procedure.h
protocol.cc Bug#8153 (Stored procedure with subquery and continue handler, wrong result) 2006-08-22 18:58:14 -07:00
protocol.h
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 14:13:01 +04:00
slave.h
sp.cc Fix for bug#21416 SP: Recursion level higher than zero needed for non-recursive call 2006-08-24 19:36:26 +02:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() contains 2006-08-25 15:51:29 +02:00
sp_head.h Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() contains 2006-08-25 15:51:29 +02:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc Bug#8153 (Stored procedure with subquery and continue handler, wrong result) 2006-08-02 22:18:49 -07:00
sp_rcontext.h Bug#8153 (Stored procedure with subquery and continue handler, wrong result) 2006-08-02 22:18:49 -07:00
spatial.cc
spatial.h
sql_acl.cc Fix for BUG#16899: Possible buffer overflow in handling of DEFINER-clause 2006-08-23 21:31:00 +04:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc
sql_bitmap.h
sql_cache.cc BUG#21051: RESET QUERY CACHE very slow when query_cache_type=0 2006-08-22 11:47:52 +04:00
sql_cache.h BUG#21051: RESET QUERY CACHE very slow when query_cache_type=0 2006-08-22 11:47:52 +04:00
sql_class.cc Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0 2006-08-22 12:21:37 +04:00
sql_class.h Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-release 2006-07-27 13:47:36 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc
sql_cursor.h
sql_db.cc Fix for BUG#16211: Stored function return type for strings is ignored. 2006-07-27 17:57:43 +04:00
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc Bug#8153 (Stored procedure with subquery and continue handler, wrong result) 2006-08-02 22:18:49 -07:00
sql_error.h
sql_handler.cc
sql_help.cc
sql_insert.cc
sql_lex.cc Fix for BUG#20438: CREATE statements for views, stored routines and triggers 2006-07-28 02:49:18 +04:00
sql_lex.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 21:54:10 +04:00
sql_list.cc
sql_list.h
sql_load.cc
sql_locale.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() contains 2006-08-25 15:51:29 +02:00
sql_prepare.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 14:13:01 +04:00
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 16:44:56 +04:00
sql_select.h
sql_show.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 21:54:10 +04:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Fix for BUG#16211: Stored function return type for strings is ignored. 2006-07-27 17:57:43 +04:00
sql_test.cc
sql_trigger.cc Polishing (was the part of original patch for BUG#16899): 2006-08-24 18:48:26 +04:00
sql_trigger.h Polishing (was the part of original patch for BUG#16899): 2006-08-24 18:48:26 +04:00
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc
sql_view.cc BUG#17591: Updatable view not possible with trigger or stored function 2006-08-29 14:32:59 +04:00
sql_view.h
sql_yacc.yy Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() contains 2006-08-25 15:51:29 +02:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc
table.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2006-08-02 21:54:10 +04:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.c Fix a compilation failiure on QNX 2006-08-02 13:25:13 +04:00
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld