You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
unknown ef02d496a0 Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
..
examples Fix for bug #15558: truncate doesn't clear table on archive storage engine tables. 20 years ago
share Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEX 20 years ago
.cvsignore Import changeset 26 years ago
Makefile.am Makefile.am, configure.in: 20 years ago
add_errmsg Import changeset 26 years ago
client_settings.h Fix for #2126 22 years ago
custom_conf.h Update copyright 24 years ago
derror.cc Fixed many compiler warnings 22 years ago
des_key_file.cc Many files: 20 years ago
discover.cc WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 21 years ago
field.cc Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
field.h A fix and a test case for Bug#13134 "Length of VARCHAR() utf8 20 years ago
field_conv.cc a fix (bug #7589: Decimal types are ignored when updating data from another column). 20 years ago
filesort.cc Review fixes since last pull 20 years ago
frm_crypt.cc Update copyright 24 years ago
gen_lex_hash.cc Merge with 4.0 22 years ago
gstream.cc Fix for valgrind's warning 22 years ago
gstream.h Fix for valgrind's warning 22 years ago
ha_berkeley.cc a compiler must see '#pragma implementation' *before* 21 years ago
ha_berkeley.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
ha_blackhole.cc ha_blackhole.cc: 21 years ago
ha_blackhole.h ha_blackhole changes, same patch as http://lists.mysql.com/internals/27878, per brian 21 years ago
ha_heap.cc Cleanup during review of new pushed code 20 years ago
ha_heap.h Bug #12796: Record lost in HEAP table 20 years ago
ha_innodb.cc Applied innodb-4.1-ss29 snapshot. 20 years ago
ha_innodb.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
ha_isam.cc a compiler must see '#pragma implementation' *before* 21 years ago
ha_isam.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
ha_isammrg.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
ha_isammrg.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
ha_myisam.cc BUG#9622, stage 2, work together with fix for BUG#12232: 20 years ago
ha_myisam.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
ha_myisammrg.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 21 years ago
ha_myisammrg.h Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE 21 years ago
ha_ndbcluster.cc Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1 20 years ago
ha_ndbcluster.h Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: implemented ha_ndblcuster::unlock_row() and explicitly lock all rows that are not being unlocked 20 years ago
handler.cc Bug #14514 Creating table with packed key fails silently 20 years ago
handler.h Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table 20 years ago
hash_filo.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
hash_filo.h forgotten s/__GNUC__/USE_PRAGMA_INTERFACE/ causes compilation faliures 21 years ago
hostname.cc Fix for bug #15756: incorrect ip address matching in ACL due to use of latin1 collation. 20 years ago
init.cc Portability fixes 22 years ago
item.cc BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocol 20 years ago
item.h BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocol 20 years ago
item_buff.cc group_by.result, group_by.test: 21 years ago
item_cmpfunc.cc Bug #17896: MIN of CASE WHEN returns non-minimum value! 20 years ago
item_cmpfunc.h A fix and a test case for Bug#12734 " prepared statement may 20 years ago
item_create.cc Merging fix for bug #9796 "Query Cache caches queries with CURRENT_USER() 21 years ago
item_create.h Making 4.1 tree compile with -ansi -pedantic 21 years ago
item_func.cc Fix for bug #6880: LAST_INSERT_ID() within a statement 20 years ago
item_func.h Merge april.(none):/home/svoj/devel/mysql/BUG16893/mysql-4.1 20 years ago
item_geofunc.cc Fix for bug #12839 (Endian support is absurd) 20 years ago
item_geofunc.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
item_row.cc A fix and a test case for Bug#16248 "WHERE (col1,col2) IN ((?,?)) 20 years ago
item_row.h A fix and a test case for Bug#16248 "WHERE (col1,col2) IN ((?,?)) 20 years ago
item_strfunc.cc Bug#10418: LOAD_FILE does not behave like in manual if file does not exist 20 years ago
item_strfunc.h BUG#9535 Warning for "create table t as select uuid();" 20 years ago
item_subselect.cc BUG#18492: mysqld reports ER_ILLEGAL_REFERENCE in --ps-protocol 20 years ago
item_subselect.h - a fix for Bug#11458 "Prepared statement with subselects return random 21 years ago
item_sum.cc Fixed bug#15560: GROUP_CONCAT wasn't ready for WITH ROLLUP queries 20 years ago
item_sum.h Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was 20 years ago
item_timefunc.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
item_timefunc.h Fix for bug #16546: DATETIME+0 not always coerced the same way 20 years ago
item_uniq.cc a compiler must see '#pragma implementation' *before* 21 years ago
item_uniq.h Add ifdefs to control when "#pragma implementation" should be used 21 years ago
key.cc Merge 21 years ago
lex.h WL#1596 "make mysqldump --master-data --single-transaction able to do online dump of InnoDB AND report reliable 21 years ago
lex_symbol.h Portability fixes 22 years ago
lock.cc Bug#18544 - LOCK TABLES timeout causes MyISAM table corruption 20 years ago
log.cc Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; 20 years ago
log_event.cc BUG#16217 fix partly backported from 5.0. It is different in mysqlbinlog part. 20 years ago
log_event.h Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; 20 years ago
matherr.c Update copyright 24 years ago
mf_iocache.cc merge with 4.0 22 years ago
my_lock.c Fixes for Netware 23 years ago
mysql_priv.h Merge mysql.com:/net/nb/home/elkin/MySQL/FIXES/4.1-bug19188_tmp_name 20 years ago
mysqld.cc Add comment for 'kill_server' function 20 years ago
mysqld_suffix.h New MYSQL_SERVER_SUFFIX usage (for easier compilation) 22 years ago
net_serv.cc Merge selena.:H:/MYSQL/src/#05588-mysql-4.0 20 years ago
nt_servc.cc Merge with 4.0 22 years ago
nt_servc.h Added optional NT service and fix the TZ variable bug 23 years ago
opt_range.cc BUG#12915: post-review fixes 20 years ago
opt_range.h BUG#12915: Added single-table UPDATE/DELTE ... ORDER BY ... LIMIT 20 years ago
opt_sum.cc Fixed error found during review of new pushed code 20 years ago
password.c A fix for Bug#13944 "libmysqlclient exporting sha1_result function": 20 years ago
procedure.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
procedure.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
protocol.cc A fix and a test case for Bug#15613 "libmysqlclient API function 20 years ago
protocol.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
protocol_cursor.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
records.cc Added more tests for new UPDATE ... ORDER BY ... LIMIT optimization 20 years ago
repl_failsafe.cc fix for Valgrind errors: query_id needs to be inited early (already fixed in 5.0 by Konstantin) and so does client_capabilities (not fixed in 5.0); 20 years ago
repl_failsafe.h Merge with 4.0 for 4.1 release 21 years ago
set_var.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
set_var.h A fix and a test case for Bug#16365 "Prepared Statements: DoS with 20 years ago
slave.cc fix for Valgrind errors: query_id needs to be inited early (already fixed in 5.0 by Konstantin) and so does client_capabilities (not fixed in 5.0); 20 years ago
slave.h Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; 20 years ago
spatial.cc Review of new pushed code 20 years ago
spatial.h Fix for bug #14320 (MBROverlaps does wrong test) 20 years ago
sql_acl.cc Bug#16372: Server crashes when test 'conc_sys' is running 20 years ago
sql_acl.h Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in 21 years ago
sql_analyse.cc Merged code. Removed unneccessary repeating. 20 years ago
sql_analyse.h Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_base.cc Fixed bug #17873: confusing error message when IGNORE/USE/FORCE INDEX 20 years ago
sql_bitmap.h terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: 21 years ago
sql_cache.cc A fix for Bug#7209 "Client error with "Access Denied" on updates 20 years ago
sql_cache.h Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.0 20 years ago
sql_class.cc Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
sql_class.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
sql_client.cc merge 22 years ago
sql_crypt.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_crypt.h Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_db.cc Bug #15302 LOAD DATA FROM MASTER -> Packets out of order (Found: 2, expected 1) 20 years ago
sql_delete.cc Bug#17137 Running "truncate table" on temporary table leaves the table open on a slave 20 years ago
sql_derived.cc fixed union types merging and table related metadata (BUG#8824) 21 years ago
sql_do.cc Fix for bug #6765 "Implicit access to time zone description 21 years ago
sql_error.cc abort storing query to query cache if warnings appeared (BUG#9414) 21 years ago
sql_handler.cc Re-run fix-fields on condition if table was reopened in HANDLERREAD 20 years ago
sql_help.cc * Added comments and one assert 21 years ago
sql_insert.cc Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATE 20 years ago
sql_lex.cc Merge mysql.com:/data0/mysqldev/my/mysql-4.1.20-release 20 years ago
sql_lex.h Fixed bug #14927. 20 years ago
sql_list.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_list.h merged 21 years ago
sql_load.cc Bug #17154 load data infile of char values into a table of char(PK) hangs 20 years ago
sql_manager.cc Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 23 years ago
sql_manager.h Generalize handle_flush thread to also handle various management 25 years ago
sql_map.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_map.h Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_olap.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_parse.cc after merge fix 20 years ago
sql_prepare.cc Fixed bug #14927. 20 years ago
sql_rename.cc Bug#6391 (binlog-do-db rules ignored) 21 years ago
sql_repl.cc Fix for BUG#12003 "assertion failure in testsuite (double lock of 21 years ago
sql_repl.h Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 21 years ago
sql_select.cc Fixed bug #14927. 20 years ago
sql_select.h Excluded posibility of tmp_table_param.copy_field double deletion (BUG#14851). 20 years ago
sql_show.cc Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1 20 years ago
sql_sort.h Many files: 23 years ago
sql_state.c Added SQLSTATE to client/server protocol 23 years ago
sql_string.cc Bug#15375 Unassigned multibyte codes are broken 20 years ago
sql_string.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
sql_table.cc Merge bk@192.168.21.1:mysql-4.1 20 years ago
sql_test.cc Bug#12920 - key_read_requests counter appears to re-set 20 years ago
sql_udf.cc a compiler must see '#pragma implementation' *before* 21 years ago
sql_udf.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 21 years ago
sql_union.cc Fixed bug #18767. 20 years ago
sql_update.cc BUG#15935: post-review fixes: added comment 20 years ago
sql_yacc.yy Fixed bug #18767. 20 years ago
stacktrace.c Step 2 of the switch to support configuration with NPTL: 21 years ago
stacktrace.h Step 2 of the switch to support configuration with NPTL: 21 years ago
strfunc.cc - Housekeeping: removed a few unreferenced variables, noticed while doing 21 years ago
structs.h Bug#12920 - key_read_requests counter appears to re-set 20 years ago
table.cc Bug#18004 Connecting crashes server when default charset is UCS2 20 years ago
table.h Merge mysql.com:/home/mydev/mysql-4.0-bug5390 20 years ago
thr_malloc.cc Simpler arena swapping code 21 years ago
time.cc A fix and test case for Bug#6049 "Loss of sign when using prepared 21 years ago
tzfile.h WL#1264 "Per-thread time zone support infrastructure". 22 years ago
tztime.cc Minor Netware specific changes. 20 years ago
tztime.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
udf_example.cc Ensure that we free memory used with --order-by-primary (in mysqldump) 21 years ago
uniques.cc Merge with 4.0.17 22 years ago
unireg.cc Review of new code: 21 years ago
unireg.h Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was 20 years ago
watchdog_mysqld Import changeset 26 years ago