mariadb/sql
2004-06-03 15:38:38 +03:00
..
share Translation updated 2003-06-08 02:53:41 -04:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc
field.cc Fixed problems with DECIMAL() type on overflow. 2002-05-02 18:04:21 +03:00
field.h fixed Field::eq() to work with CHAR(0) fields 2003-03-04 18:02:56 +01:00
field_conv.cc
filesort.cc Code cleanup 2003-03-14 23:06:55 +02:00
frm_crypt.cc
gen_lex_hash.cc A fix for an obvious bug in hash generating proram. 2003-03-10 17:14:01 +02:00
ha_berkeley.cc
ha_berkeley.h
ha_gemini.cc
ha_gemini.h
ha_hash.h
ha_heap.cc
ha_heap.h
ha_innobase.cc ha_innobase.cc: 2003-07-02 00:08:29 +03:00
ha_innobase.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Fixed bug in memory allocation that could affect 64 bit systems (affected hammer) 2003-04-03 13:07:42 +03:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
handler.cc
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc fix for SHOW CREATE TABLE to report corerct second field's length 2003-08-21 20:21:07 +02:00
item.h Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client compatibility 2003-08-21 21:14:02 +02:00
item_buff.cc
item_cmpfunc.cc fixed functions to be able work with group function as argument 2003-01-29 10:38:56 +02:00
item_cmpfunc.h removed incorrect destructor (to prevent deleting item by recursion instead of by list scanning in case of chained OR or AND) 2004-06-03 15:38:38 +03:00
item_create.cc
item_create.h
item_func.cc fixed Bug #3051 "FLOOR returns invalid" 2004-03-04 22:11:33 +04:00
item_func.h fixed functions to be able work with group function as argument 2003-01-29 10:38:56 +02:00
item_strfunc.cc Cleaned up code comment 2003-08-03 16:33:04 +03:00
item_strfunc.h fixed functions to be able work with group function as argument 2003-01-29 10:38:56 +02:00
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc Fix of 'halloween bug' with UPDATE of InnoDB tables. 2003-03-18 02:51:16 +02:00
lex.h
lex_symbol.h
lock.cc Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another 2003-03-03 20:42:49 +02:00
log.cc -- already approved; it would be nice if it goes into 3.23.57 -- 2003-06-06 13:52:15 +02:00
log_event.cc Do not use 'created' for time anymore in Start_log_event, it's the same 2003-06-16 23:38:33 +02:00
log_event.h Do not use 'created' for time anymore in Start_log_event, it's the same 2003-06-16 23:38:33 +02:00
Makefile.am
matherr.c
md5.c
md5.h
mf_iocache.cc
mini_client.cc Safety fix for alarms on windows. 2003-11-17 12:59:07 +02:00
mini_client.h
my_lock.c
mysql_priv.h Merge sinisa@work.mysql.com:/home/bk/mysql 2003-03-05 15:45:11 +02:00
mysqld.cc Fixed bug when installing mysqld as a service with 2 arguments (option + service-name) 2003-05-26 20:09:53 +03:00
net_pkg.cc
net_serv.cc Fixed test if thr_alarm() failed 2003-06-05 15:15:27 +03:00
nt_servc.cc Improved test case 2004-03-25 21:52:25 +02:00
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp() 2003-03-07 14:40:37 +02:00
opt_range.h
opt_sum.cc backported MERGE+MAX bugfix from 4.0 2003-02-12 11:03:41 +01:00
password.c
procedure.cc
procedure.h
records.cc
slave.cc Quick backport of the following bugfix from MySQL 4.0.14. 2003-09-12 17:26:48 +02:00
slave.h
sql_acl.cc correct table_hash_search call 2004-05-31 21:10:15 +03:00
sql_acl.h
sql_analyse.cc NEWDATE -> DATE in anylyse() output 2003-03-12 16:43:01 +02:00
sql_analyse.h Indentation cleanup 2003-02-25 11:05:07 +02:00
sql_base.cc Better grant test for SELECT * 2003-05-08 00:34:23 +03:00
sql_cache.cc
sql_class.cc another fix for RAND() initialization 2003-02-12 21:32:35 +01:00
sql_class.h -- already approved; it would be nice if it goes into 3.23.57 -- 2003-06-06 13:52:15 +02:00
sql_crypt.cc
sql_crypt.h
sql_db.cc Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fields() and mysql_table_dump(). 2003-01-29 18:56:34 +02:00
sql_delete.cc Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME; 2003-03-24 23:24:45 +02:00
sql_do.cc
sql_insert.cc
sql_lex.cc
sql_lex.h
sql_list.cc
sql_list.h Fixed problem with timestamps in binary log on 64 bit machines 2003-04-23 00:13:37 +03:00
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_parse.cc used right table for grants check (BUG#3270) 2004-03-23 17:15:20 +02:00
sql_rename.cc Fixed an unlikely optimizer bug that casued a core dump in pt_range.cc::sel_cmp() 2003-03-07 14:40:37 +02:00
sql_repl.cc Merge bk-internal.mysql.com:/home/bk/mysql-3.23 2003-10-08 21:04:30 +03:00
sql_repl.h A better, but larger fix for server_id bug .. 2003-03-05 15:34:58 +02:00
sql_select.cc fixed restoring of thd->count_cuted_fields in store_val_in_field 2003-12-16 17:55:34 -04:00
sql_select.h
sql_show.cc Bug #1064: SHOW CREATE TABLE: avoid allocations for simple tables, old client compatibility 2003-08-21 21:14:02 +02:00
sql_string.cc
sql_string.h
sql_table.cc Fix for bug #2628 "ALTER TABLE destroys table and reports success" 2004-02-06 14:28:57 +03:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_update.cc
sql_yacc.yy fixed functions to be able work with group function as argument 2003-01-29 10:38:56 +02:00
stacktrace.c
stacktrace.h
structs.h
table.cc Check for empty table/column names 2003-03-14 17:08:42 +02:00
table.h
thr_malloc.cc
time.cc
udf_example.cc
unireg.cc
unireg.h
violite.c
watchdog_mysqld