mariadb/sql
ndbdev@dl145b.mysql.com 25cb14234a sql_repl.cc:
Bug #11064  	some read error not detected in replication on 64-bit platform
2005-06-03 11:16:37 +02:00
..
share errmsg.txt: 2005-05-07 15:11:31 +02:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
convert.cc
custom_conf.h
derror.cc
des_key_file.cc
field.cc Fix for bug #8894 "TIMESTAMP values scrambled/misaligned when using --new". 2005-03-28 23:36:25 +04:00
field.h Fix for bug #8894 "TIMESTAMP values scrambled/misaligned when using --new". 2005-03-28 23:36:25 +04:00
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
ha_berkeley.cc
ha_berkeley.h
ha_heap.cc
ha_heap.h
ha_innodb.cc InnoDB: Create temporary files in the MySQL tmpdir instead of $TMPDIR. 2005-02-15 11:16:17 +02:00
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc uninit variable fixed 2005-03-03 21:13:33 +01:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
handler.cc
handler.h Change create_field->offset to store offset from start of fields, independent of null bits. 2005-05-13 11:11:50 +03:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc
item.h
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h Fix for BUG#8711: "<=>" may have true value for NULL arguments, so make 2005-03-11 02:17:03 +03:00
item_create.cc Fix for bug #9796 "Query Cache caches queries with CURRENT_USER() 2005-04-11 00:30:23 +04:00
item_create.h
item_func.cc BUG#7709 fix - Boolean fulltext query against unsupported engines does not 2005-05-07 15:48:56 +05:00
item_func.h
item_strfunc.cc func_str.result, func_str.test: 2005-03-09 00:15:51 -08:00
item_strfunc.h Fix QUOTE() to not reuse the input field for output, which resulted in 2005-02-01 18:29:10 -08:00
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc A fix (bug #8942: SUBSTRING_INDEX in UPDATE causes internal loop). 2005-03-17 10:24:50 +04:00
lex.h
lex_symbol.h
lock.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
log.cc Bug#8412: For replication to work correctly, the prologue and 2005-02-14 18:39:33 +01:00
log_event.cc safer creation of temp files used in replication of LOAD DATA INFILE. 2005-03-17 14:39:39 +01:00
log_event.h
Makefile.am
matherr.c
mf_iocache.cc
mini_client.cc
mini_client.h
my_lock.c
mysql_priv.h Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
mysqld.cc typos fixed 2005-03-03 23:10:23 +01:00
mysqld_suffix.h
net_pkg.cc
net_serv.cc Changed C++ style comment to C style for 'sql/net_serv.cc' which will be symlinked 2005-03-04 11:07:56 +01:00
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc
slave.h
sql_acl.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
sql_cache.cc Fixed mistyping (thnx to Konstantin) 2005-02-11 21:57:37 +02:00
sql_cache.h
sql_class.cc
sql_class.h
sql_crypt.cc
sql_crypt.h
sql_db.cc
sql_delete.cc TRUNCATE is always a transaction on itself. pretent we're in auto-commit mode 2005-04-14 18:14:54 +02:00
sql_do.cc
sql_handler.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
sql_insert.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
sql_lex.cc BUG#9922 - INSERT SELECT with UNIONs allows concurrent INSERTs 2005-04-15 19:20:15 +02:00
sql_lex.h
sql_list.cc
sql_list.h Fix for BUG#10095: {wrong query results because of incorrect constant propagation} 2005-05-15 22:56:45 +02:00
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
sql_rename.cc
sql_repl.cc sql_repl.cc: 2005-06-03 11:16:37 +02:00
sql_repl.h
sql_select.cc
sql_select.h
sql_show.cc Fix for BUG#7519: Index statistics is not displayed after ANALYZE for temporary tables: 2005-02-05 06:23:23 +03:00
sql_sort.h
sql_string.cc
sql_string.h
sql_table.cc Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. 2005-05-31 11:08:14 +02:00
sql_test.cc
sql_udf.cc udf: when banning paths from soname in CREATE FUNCTION, check for \ on windows. 2005-05-18 21:31:39 +02:00
sql_udf.h
sql_union.cc
sql_update.cc Merge mysql.com:/home/bkroot/mysql-4.0 2005-02-18 13:50:19 +01:00
sql_yacc.yy Bug#8191 - SELECT INTO OUTFILE insists on FROM clause 2005-05-08 22:56:58 +01:00
stacktrace.c
stacktrace.h
structs.h
table.cc Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) 2005-03-03 19:51:29 +01:00
table.h
thr_malloc.cc
time.cc
udf_example.cc
uniques.cc
unireg.cc Fixed compiler failure 2005-05-14 17:08:43 +03:00
unireg.h
watchdog_mysqld