mariadb/sql
2003-02-18 15:05:35 +01:00
..
share Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
convert.cc Move latin1 into a separarte file 2003-01-29 17:31:20 +04:00
custom_conf.h
derror.cc
des_key_file.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
field.cc sql_table.cc, field.cc: 2003-02-17 16:47:48 +04:00
field.h Added charset number to result header 2003-02-04 03:19:19 +02:00
field_conv.cc Merge with 4.0.9 2003-01-18 03:13:37 +02:00
filesort.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
frm_crypt.cc
gen_lex_hash.cc adding check for duplicated symbols 2002-12-15 22:30:26 +04:00
gstream.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
gstream.h
ha_berkeley.cc Merge 2003-01-21 21:28:51 +02:00
ha_berkeley.h A lot of portability fixes. 2003-01-05 20:18:49 +02:00
ha_heap.cc ::index_read_last() method has been added 2002-11-28 15:19:42 +04:00
ha_heap.h ::index_read_last() method has been added 2002-11-28 15:19:42 +04:00
ha_innodb.cc merge 2003-02-08 01:12:58 +02:00
ha_innodb.h buf0buf.c, buf0buf.ic, buf0buf.h: 2003-01-06 22:07:25 +02:00
ha_isam.cc low-level error messages cleanup 2003-01-28 17:42:08 +01:00
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
ha_myisam.h SCRUM 2003-01-15 12:11:44 +04:00
ha_myisammrg.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
ha_myisammrg.h - HP/UX 11 compile fix: fixed "records_in_range" class definition 2002-12-13 15:42:31 +01:00
handler.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
init.cc
item.cc Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
item.h Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
item_buff.cc Less "default_charset_info" 2002-12-19 15:27:46 +04:00
item_cmpfunc.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
item_cmpfunc.h Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
item_create.cc merge 2003-02-08 01:12:58 +02:00
item_create.h merge 2003-02-08 01:12:58 +02:00
item_func.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
item_func.h Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
item_row.cc Move tmp_table_used to THD 2003-02-10 17:59:16 +02:00
item_row.h cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation 2003-01-30 14:35:07 +02:00
item_strfunc.cc item_strfunc.cc: 2003-02-13 13:10:23 +04:00
item_strfunc.h Move tmp_table_used to THD 2003-02-10 17:59:16 +02:00
item_subselect.cc Move tmp_table_used to THD 2003-02-10 17:59:16 +02:00
item_subselect.h cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation 2003-01-30 14:35:07 +02:00
item_sum.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
item_sum.h Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
item_timefunc.cc Move latin1 into a separarte file 2003-01-29 17:31:20 +04:00
item_timefunc.h merging 2003-01-25 13:19:46 +02:00
item_uniq.cc
item_uniq.h Windows compile fixups (To be verified by respective devs) 2003-02-04 18:50:48 -08:00
key.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
lex.h Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
lex_symbol.h
lock.cc Portability fixes (for windows) 2003-01-21 21:07:59 +02:00
log.cc After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
log_event.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
log_event.h Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
Makefile.am Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
matherr.c
mf_iocache.cc Merge 2003-01-21 21:28:51 +02:00
mini_client.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
mini_client.h
my_lock.c Fixes for Netware 2003-01-28 08:38:28 +02:00
mysql_priv.h Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
mysqld.cc Made it work with bison 1.875. They've changed the "parse error" string into 2003-02-18 11:58:19 +01:00
net_serv.cc resolving conflicts 2003-01-15 13:15:35 +04:00
nt_servc.cc postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc sql_table.cc, field.cc: 2003-02-17 16:47:48 +04:00
opt_range.h Merge with 4.0 to get fix for MIN/MAX 2003-02-07 16:38:37 +02:00
opt_sum.cc backported MERGE+MAX bugfix from 4.0 2003-02-12 11:03:41 +01:00
password.c Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
procedure.cc
procedure.h strnto family functions now return error in a new argument 2003-01-16 17:17:07 +04:00
protocol.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
protocol.h SCRUM 2003-01-20 18:47:25 +04:00
records.cc Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
repl_failsafe.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
repl_failsafe.h SCRUM 2003-01-15 12:11:44 +04:00
set_var.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
set_var.h Conflicts resolving 2003-01-20 18:59:45 +04:00
slave.cc Added START TRANSACTION syntax 2003-02-06 16:55:59 +02:00
slave.h Merge with 4.0.11 2003-02-04 21:52:14 +02:00
sp.cc Fixed some DBUGing, and optimized SET slightly. 2003-02-12 16:17:03 +01:00
sp.h Some new stuff in the Docs/sp-* files, and renamed a few functions in preparation 2003-02-04 17:40:18 +01:00
sp_head.cc Fixed some DBUGing, and optimized SET slightly. 2003-02-12 16:17:03 +01:00
sp_head.h Fixed some of the data collection during parsing. 2002-12-19 18:43:25 +01:00
sp_pcontext.cc Added parsing of CASE (both generic and "simple"). 2002-12-17 10:01:52 +01:00
sp_pcontext.h Added parsing of CASE (both generic and "simple"). 2002-12-17 10:01:52 +01:00
sp_rcontext.h Simplistic, experimental framework for Stored Procedures (SPs). 2002-12-08 19:59:22 +01:00
spatial.cc Portability fixes (for windows) 2003-01-21 21:07:59 +02:00
spatial.h
sql_acl.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
sql_acl.h Basically minor code optimizations and cleanups 2002-12-05 03:55:29 +03:00
sql_analyse.cc fixed memory leak in procedure with subselects 2003-02-14 14:00:19 +02:00
sql_analyse.h fixed excluding st_select_lex from global select list 2003-02-16 20:37:51 +02:00
sql_base.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
sql_cache.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
sql_cache.h
sql_class.cc Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
sql_class.h Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
sql_crypt.cc
sql_crypt.h
sql_db.cc After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
sql_delete.cc Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
sql_derived.cc fixed excluding st_select_lex from global select list 2003-02-16 20:37:51 +02:00
sql_do.cc fixed subselects with temporary tables (SCRUM) 2003-01-25 02:25:52 +02:00
sql_error.cc Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
sql_handler.cc Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
sql_help.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
sql_insert.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
sql_lex.cc Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
sql_lex.h Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
sql_list.cc
sql_list.h merging 2003-01-25 13:19:46 +02:00
sql_load.cc merging 2003-01-25 13:19:46 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc merging 2003-01-25 13:19:46 +02:00
sql_parse.cc Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
sql_prepare.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
sql_rename.cc
sql_repl.cc Merge with 4.0.11 2003-02-04 21:52:14 +02:00
sql_repl.h SCRUM 2003-01-15 12:11:44 +04:00
sql_select.cc Move tmp_table_used to THD 2003-02-10 17:59:16 +02:00
sql_select.h Merge with 4.0.11 2003-02-04 21:52:14 +02:00
sql_show.cc After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
sql_sort.h Always use USE_STRCOLL code 2003-01-30 11:15:14 +04:00
sql_string.cc More use of new CHARSET_INFO functions and two bug fixes 2003-01-31 17:08:14 +04:00
sql_string.h Portability fixes (for windows) 2003-01-21 21:07:59 +02:00
sql_table.cc sql_table.cc, field.cc: 2003-02-17 16:47:48 +04:00
sql_test.cc Windows build fix 2003-01-18 14:04:34 -08:00
sql_udf.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
sql_udf.h change structure of udf_func and parameter of functions mysql_drop_func and add_func (SCRUM) 2003-01-09 18:09:21 +05:00
sql_union.cc after-review changes (577 SCRUM) 2003-02-02 23:30:01 +02:00
sql_update.cc after-review changes (577 SCRUM) 2003-02-02 23:30:01 +02:00
sql_yacc.yy Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
stacktrace.c postreview fix (SCRUM) 2002-12-28 01:01:05 +02:00
stacktrace.h
structs.h Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
table.cc Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
table.h Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
thr_malloc.cc fixed bug in determinating uncacheable queries 2003-01-30 22:15:44 +02:00
time.cc Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
udf_example.cc extended resolve() and reverse_resolve() UDFs for FreeBSD (SCRUM) 2002-12-16 19:09:48 +04:00
uniques.cc New multi-table-update code 2002-11-29 16:40:18 +02:00
unireg.cc After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
unireg.h 'Replicate user variables' task 2003-01-30 21:39:54 +04:00
watchdog_mysqld