mariadb/sql
kent@mysql.com 3af12c4776 my_pthread.h:
Let pthread_mutex_init() macro return 0 on Windows
mysql_priv.h:
  Return type is to be 'my_bool' for 'opt_enable_shared_memory'
2005-10-06 03:49:14 +02:00
..
examples Final patch for 5.0 for simplifying storage engine code. We now have just one set of ifdefs. I may also remove the code for creating new handlers. 2005-10-03 18:42:30 -07:00
share Bug#12935 Local and XA transactions not mutually exclusive 2005-10-05 19:58:16 +02:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc Some minor fixes revealed as warnings by 2005-09-23 21:28:56 +03:00
field.h
field_conv.cc a fix (bug #7589: Decimal types are ignored when updating data from another column). 2005-09-21 14:32:19 +05:00
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_archive.cc Final patch for 5.0 for simplifying storage engine code. We now have just one set of ifdefs. I may also remove the code for creating new handlers. 2005-10-03 18:42:30 -07:00
ha_archive.h Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-02 20:13:18 -07:00
ha_berkeley.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-03 21:09:01 -07:00
ha_berkeley.h Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-03 21:09:01 -07:00
ha_blackhole.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-02 20:13:18 -07:00
ha_blackhole.h
ha_federated.cc Final patch for 5.0 for simplifying storage engine code. We now have just one set of ifdefs. I may also remove the code for creating new handlers. 2005-10-03 18:42:30 -07:00
ha_federated.h
ha_heap.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-02 20:13:18 -07:00
ha_heap.h
ha_innodb.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-03 21:09:01 -07:00
ha_innodb.h Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-03 21:09:01 -07:00
ha_myisam.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-02 20:13:18 -07:00
ha_myisam.h
ha_myisammrg.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-02 20:13:18 -07:00
ha_myisammrg.h
ha_ndbcluster.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-03 21:09:01 -07:00
ha_ndbcluster.h Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-03 21:09:01 -07:00
handler.cc Final patch for 5.0 for simplifying storage engine code. We now have just one set of ifdefs. I may also remove the code for creating new handlers. 2005-10-03 18:42:30 -07:00
handler.h Bug#13143 - formatID should not affect XID's uniqueness 2005-10-05 16:38:53 +02:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Fix for BUG#13410 - qualified reference to a view column in the HAVING clause cannot be resolved. 2005-10-01 09:35:30 +03:00
item.h Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-10-03 22:02:22 +03:00
item_buff.cc
item_cmpfunc.cc Merge 2005-09-29 03:20:31 +02:00
item_cmpfunc.h Merge 2005-09-29 03:20:31 +02:00
item_create.cc Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(), 2005-09-14 20:25:00 +04:00
item_create.h
item_func.cc sql/item_func.cc 2005-09-21 14:36:55 +02:00
item_func.h Merge mysqldev@production.mysql.com:my/mysql-5.0-release 2005-09-23 00:46:59 +04:00
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc Merge mysql.com:/home/jimw/my/mysql-5.0-13361 2005-09-23 10:03:29 -07:00
item_strfunc.h
item_subselect.cc A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
item_subselect.h
item_sum.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-09-30 12:36:23 +03:00
item_sum.h
item_timefunc.cc Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(), 2005-09-14 20:25:00 +04:00
item_timefunc.h Fixed BUG#12963, BUG#13000: wrong VIEW creation with DAYNAME(), 2005-09-14 20:25:00 +04:00
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc Fix for bug #12704 "Server crashes during trigger execution". 2005-09-15 03:56:09 +04:00
log.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-04 19:53:07 +03:00
log_event.cc
log_event.h
Makefile.am Moving archive from example to sql. 2005-09-28 19:04:51 -07:00
matherr.c
mf_iocache.cc
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h my_pthread.h: 2005-10-06 03:49:14 +02:00
mysqld.cc Fixed several boolean type options used in my_long_options[]. 2005-10-04 19:52:12 +03:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc BUG#13081: Disable ROR-index_merge for NDB tables (by adding a 2005-09-30 14:20:15 +04:00
opt_range.h
opt_sum.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-28 11:34:53 +02:00
parse_file.cc Changes after discussion/review with Sanja 2005-09-18 21:43:28 +02:00
parse_file.h Changes after discussion/review with Sanja 2005-09-18 21:43:28 +02:00
password.c Bug#10504 2005-09-16 10:24:37 +05:00
procedure.cc
procedure.h
protocol.cc
protocol.h A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
protocol_cursor.cc
records.cc
repl_failsafe.cc WL#2787 (part 2, ver 3 (merged)) changed securety context switching 2005-09-15 22:29:07 +03:00
repl_failsafe.h
set_var.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-09-21 17:42:44 +02:00
set_var.h
slave.cc Fixed several boolean type options used in my_long_options[]. 2005-10-04 19:52:12 +03:00
slave.h Fixed several boolean type options used in my_long_options[]. 2005-10-04 19:52:12 +03:00
sp.cc WL#2787 (part 2, ver 3 (merged)) changed securety context switching 2005-09-15 22:29:07 +03:00
sp.h Fix for bug #12704 "Server crashes during trigger execution". 2005-09-15 03:56:09 +04:00
sp_cache.cc
sp_cache.h
sp_head.cc Fixed BUG#6127: Stored procedure handlers within handlers don't work 2005-09-26 18:22:00 +02:00
sp_head.h Merge mysqldev@production.mysql.com:my/mysql-5.0-release 2005-09-23 00:46:59 +04:00
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc Fixed BUG#6127: Stored procedure handlers within handlers don't work 2005-09-26 18:22:00 +02:00
sp_rcontext.h Fixed BUG#6127: Stored procedure handlers within handlers don't work 2005-09-26 18:22:00 +02:00
spatial.cc
spatial.h
sql_acl.cc Fix for bug #13546 "Build errors with --with-embedded-server 2005-09-28 18:43:46 +04:00
sql_acl.h WL#2787 (Add view definer/owner to the view definition (.frm) to check privileges on used tables and stored routines when using a VIEW.) 2005-09-20 21:20:38 +03:00
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-04 04:03:48 +02:00
sql_bitmap.h
sql_cache.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-09-30 16:51:35 +02:00
sql_cache.h
sql_class.cc Bug#13143 - formatID should not affect XID's uniqueness 2005-10-05 16:38:53 +02:00
sql_class.h Merge mysqldev@production.mysql.com:my/mysql-5.0-release 2005-09-23 00:46:59 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_cursor.cc A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_cursor.h A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_db.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-09-30 16:51:35 +02:00
sql_delete.cc Move handler specific options into handlerton flag check 2005-09-30 16:26:48 -07:00
sql_derived.cc A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc Fix for bug #12704 "Server crashes during trigger execution". 2005-09-15 03:56:09 +04:00
sql_help.cc
sql_insert.cc WL#2787 (part 2, ver 3 (merged)) changed securety context switching 2005-09-15 22:29:07 +03:00
sql_lex.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-28 11:34:53 +02:00
sql_lex.h Merge mysqldev@production.mysql.com:my/mysql-5.0-release 2005-09-23 00:46:59 +04:00
sql_list.cc
sql_list.h A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_load.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-28 11:34:53 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Bug#12935 Local and XA transactions not mutually exclusive 2005-10-05 19:58:16 +02:00
sql_prepare.cc Fixed error found during review of new pushed code 2005-09-25 21:22:23 +03:00
sql_rename.cc Changes after discussion/review with Sanja 2005-09-18 21:43:28 +02:00
sql_repl.cc
sql_repl.h
sql_select.cc Fix for BUG#13455: Make "ref" optimizer able to make this inference: 2005-09-30 01:34:19 +04:00
sql_select.h A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_show.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-10-02 20:13:18 -07:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-release 2005-10-05 19:37:02 +02:00
sql_test.cc
sql_trigger.cc WL#2787 (part 2, ver 3 (merged)) changed securety context switching 2005-09-15 22:29:07 +03:00
sql_trigger.h Fix for bug #12704 "Server crashes during trigger execution". 2005-09-15 03:56:09 +04:00
sql_udf.cc
sql_udf.h
sql_union.cc A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
sql_update.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-28 11:34:53 +02:00
sql_view.cc Fix for bug #13629 "view test crashes for debug build" (also includes better 2005-09-30 17:30:33 +04:00
sql_view.h Fix for bug#5508 after Sanja's review 2005-09-16 17:13:21 +02:00
sql_yacc.yy Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-09-22 11:46:54 +05:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-release 2005-10-04 18:10:38 +02:00
table.h sql_table.cc, table.cc, table.h: 2005-10-04 17:04:20 +02:00
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.cc
uniques.cc
unireg.cc some last minute Windows compile fixes and makefile corrections 2005-09-15 14:32:01 -05:00
unireg.h
watchdog_mysqld