mariadb/sql
2004-08-24 22:51:23 +03:00
..
examples
share errmsg.txt: 2004-08-10 14:23:19 -05:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc
field.h
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc
ha_berkeley.h
ha_heap.cc
ha_heap.h
ha_innodb.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.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
item.h items for functions which is converted to constants internally to support its correct printing added (BUG#4663) 2004-08-24 18:46:27 +03:00
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc items for functions which is converted to constants internally to support its correct printing added (BUG#4663) 2004-08-24 18:46:27 +03:00
item_create.h
item_func.cc
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc
item_strfunc.h
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 WL#2002: Implement stored procedure GOTO. 2004-08-17 20:20:58 +02:00
lex_symbol.h
lock.cc
log.cc
log_event.cc
log_event.h
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
mysqld.cc mysqld.cc: 2004-08-09 10:20:43 -05:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc Fixed another bug#4984-type problem. This probably isn't the last fix for this bug. 2004-08-13 05:12:56 +04:00
opt_range.h Fix and testcase for BUG#4984 2004-08-11 16:40:46 +04:00
opt_sum.cc
parse_file.cc
parse_file.h
password.c
procedure.cc
procedure.h
protocol.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
protocol.h Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
protocol_cursor.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
records.cc
repl_failsafe.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
repl_failsafe.h
set_var.cc
set_var.h
slave.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
slave.h
sp.cc Fixed BUG#4934: Caching issue with stored procedures. 2004-08-06 18:11:14 +02:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc WL#2002: Implement stored procedure GOTO. 2004-08-17 20:20:58 +02:00
sp_head.h WL#2002: Implement stored procedure GOTO. 2004-08-17 20:20:58 +02:00
sp_pcontext.cc WL#2002: Implement stored procedure GOTO. 2004-08-17 20:20:58 +02:00
sp_pcontext.h WL#2002: Implement stored procedure GOTO. 2004-08-17 20:20:58 +02:00
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc sending right error message where VIEW is not expected (BUG#4606) 2004-08-24 15:37:51 +03:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_class.h Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_handler.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_help.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_insert.cc
sql_lex.cc new method to detect commands where all VIEWs should be temporary tables (BUG#4803) 2004-08-24 22:51:23 +03:00
sql_lex.h new method to detect commands where all VIEWs should be temporary tables (BUG#4803) 2004-08-24 22:51:23 +03:00
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_prepare.cc resolve UPDATE fields belonged to VIEWs as Item_field (instead of Item_ref) in prepared statements, too (BUG#4999) 2004-08-16 23:15:31 +03:00
sql_rename.cc
sql_repl.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_repl.h
sql_select.cc join_nested.test, join_nested.result: 2004-08-12 23:41:06 -07:00
sql_select.h Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_show.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc Port of cursors to be pushed into 5.0 tree: 2004-08-03 03:32:21 -07:00
sql_update.cc
sql_view.cc new method to detect commands where all VIEWs should be temporary tables (BUG#4803) 2004-08-24 22:51:23 +03:00
sql_view.h sending right error message where VIEW is not expected (BUG#4606) 2004-08-24 15:37:51 +03:00
sql_yacc.yy WL#2002: Implement stored procedure GOTO. 2004-08-17 20:20:58 +02:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc fixed aggregate function processing in VIEWs (BUG#4665) 2004-08-24 20:29:44 +03:00
table.h sending right error message where VIEW is not expected (BUG#4606) 2004-08-24 15:37:51 +03:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld