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.
 
 
 
 
 
 
serg@sergbook.mysql.com 2220fe2774 move thr_client_alarm initialization to mysqld.cc 19 years ago
..
examples BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
share Fix for the bug #24037 "Lossy Hebrew to Unicode conversion". 19 years ago
.cvsignore Import changeset 26 years ago
Makefile.am Bug#18888 Trying to overwrite sql/lex_hash.h during build 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: 21 years ago
discover.cc WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 22 years ago
field.cc bug #22372 (LOAD DATA crashes the table with the geometry field) 19 years ago
field.h bug #22372 (LOAD DATA crashes the table with the geometry field) 19 years ago
field_conv.cc Valgrind error fixes 19 years ago
filesort.cc Review fixes since last pull 21 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 BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_berkeley.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_blackhole.cc BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_blackhole.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_heap.cc BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_heap.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_innodb.cc BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_innodb.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_isam.cc BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_isam.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_isammrg.cc BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_isammrg.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_myisam.cc WL#3567 - MERGE engine: a check for underlying table conformance 19 years ago
ha_myisam.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_myisammrg.cc WL#3567 - MERGE engine: a check for underlying table conformance 19 years ago
ha_myisammrg.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
ha_ndbcluster.cc Bug#25668 mysqld may core if cluster disconnected 19 years ago
ha_ndbcluster.h Bug #19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 19 years ago
handler.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 19 years ago
handler.h BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 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 Fixed bug #25427. 19 years ago
item.h Bug#21555: incorrect behavior with INSERT ... ON DUPL KEY UPDATE and VALUES 20 years ago
item_buff.cc group_by.result, group_by.test: 21 years ago
item_cmpfunc.cc BUG#17047: CHAR() and IN() can return NULL without signaling NULL result 19 years ago
item_cmpfunc.h BUG#20975: Incorrect query result for NOT (subquery): 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 Merge mysql.com:/home/gluh/MySQL/Merge/4.1-opt 19 years ago
item_func.h BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID. 19 years ago
item_geofunc.cc Fix for bug #12839 (Endian support is absurd) 21 years ago
item_geofunc.h bug #10166 (Signed byte values cause data to be padded) 20 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#23409: Arguments of the ENCODE() and the DECODE() functions were not printed 19 years ago
item_strfunc.h Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed 19 years ago
item_subselect.cc Fixed bug #24670: optimizations that are legal only for subqueries without tables 19 years ago
item_subselect.h Fixed bug #24670: optimizations that are legal only for subqueries without tables 19 years ago
item_sum.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 19 years ago
item_sum.h BUG#21354: (COUNT(*) = 1) not working in SELECT inside prepared 19 years ago
item_timefunc.cc Merge mysql.com:/home/bkroot/mysql-4.1-rpl 19 years ago
item_timefunc.h Manually merged 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#21310 - Trees in SQL causing a "crashed" table with MyISAM storage engine 19 years ago
log.cc Bug#22645 LC_TIME_NAMES: Statement not replicated 19 years ago
log_event.cc BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID. 19 years ago
log_event.h bug#19402 SQL close to the size of the max_allowed_packet fails on the slave 19 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:/nfsdisk1/lars/bkroot/mysql-4.1-rpl 19 years ago
mysqld.cc move thr_client_alarm initialization to mysqld.cc 19 years ago
mysqld.cc.rej Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 19 years ago
mysqld_suffix.h New MYSQL_SERVER_SUFFIX usage (for easier compilation) 22 years ago
net_serv.cc BUG#9678: Client library hangs after network communication failure 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 24 years ago
opt_range.cc Fix for bug #20732: Partial index and long sjis search with '>' fails sometimes 19 years ago
opt_range.h Fixed bug #24776: an assertion abort in handler::ha_index_init 19 years ago
opt_sum.cc Merge willster.(none):/home/stewart/Documents/MySQL/4.1/main 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 Bug #19216: Client crashes on long SELECT 19 years ago
protocol.h Bug #19216: Client crashes on long SELECT 19 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 22 years ago
set_var.cc Merge mysql.com:/home/bkroot/mysql-4.1-rpl 19 years ago
set_var.h Bug#22645 LC_TIME_NAMES: Statement not replicated 19 years ago
slave.cc bug#19402 SQL close to the size of the max_allowed_packet fails on the slave 19 years ago
slave.h Bug #2717: include/my_global.h mis-defines __attribute__ 20 years ago
spatial.cc Review of new pushed code 20 years ago
spatial.h gcc 4.1 linux warning fixes backported from 5.0. 20 years ago
sql_acl.cc Merge bk-internal:/home/bk/mysql-4.1-maint 20 years ago
sql_acl.h Fix for bug #12423 "Deadlock when doing FLUSH PRIVILEGES and GRANT in 21 years ago
sql_analyse.cc Bug#20305: PROCEDURE ANALYSE() returns wrong M for FLOAT(M, D) and DOUBLE(M, D) 20 years ago
sql_analyse.h Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_base.cc Fix for bug#20867 InnoDB Bug - create temporary table+crash => mysqld needs to clean up 19 years ago
sql_bitmap.h terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: 21 years ago
sql_cache.cc WL#2928 Date Translation NRE 20 years ago
sql_cache.h Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.0 21 years ago
sql_class.cc Bug#20836 Selecting into variables results in wrong results being returned 19 years ago
sql_class.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1-runtime 19 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#17711: DELETE doesn't use index when ORDER BY, LIMIT and non-restricting 19 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 Merge bk-internal.mysql.com:/home/bk/mysql-4.1-runtime 19 years ago
sql_lex.cc A fix and test cases for 19 years ago
sql_lex.h A fix and test cases for 19 years ago
sql_list.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_list.h A fix and test cases for 19 years ago
sql_load.cc bug #22372 (LOAD DATA crashes the table with the geometry field) 19 years ago
sql_locale.cc Bug#22645 LC_TIME_NAMES: Statement not replicated 19 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 Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41 19 years ago
sql_prepare.cc embedded-server related fixes 19 years ago
sql_rename.cc Bug#6391 (binlog-do-db rules ignored) 21 years ago
sql_repl.cc bug#19402 SQL close to the size of the max_allowed_packet fails on the slave 19 years ago
sql_repl.h Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 21 years ago
sql_select.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 19 years ago
sql_select.h gcc 4.1 linux warning fixes backported from 5.0. 20 years ago
sql_show.cc Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/41 19 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#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-connector-j driver. 20 years ago
sql_string.h BUG#10241 cygwin port: invalid pragma interface directives 21 years ago
sql_table.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1-runtime 19 years ago
sql_test.cc Bug#12920 - key_read_requests counter appears to re-set 21 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 BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tables 20 years ago
sql_update.cc Merge mysql.com:/home/svoj/devel/bk/mysql-4.1-engines 19 years ago
sql_yacc.yy A fix and test cases for 19 years ago
stacktrace.c Fix for bug #23256 "doesn't build on alpha" 19 years ago
stacktrace.h Bug #21250: esolve stack traces on AMD64 (backport to mysql-4.1) 20 years ago
strfunc.cc - Housekeeping: removed a few unreferenced variables, noticed while doing 21 years ago
structs.h Better comments in KEY_PART_INFO struct 20 years ago
table.cc BUG#24358 - Table access crashes server 19 years ago
table.h A fix and a test case for Bug#19399 "res 'Lost Connection' when 20 years ago
thr_malloc.cc Simpler arena swapping code 21 years ago
time.cc Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1 19 years ago
tzfile.h WL#1264 "Per-thread time zone support infrastructure". 22 years ago
tztime.cc Add missing DBUG_RETURN() 19 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 Merge mysql.com:/home/gluh/MySQL/Merge/4.1 19 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