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 46e54f244c Merge bk@192.168.21.1:mysql-5.0 20 years ago
..
examples documenting HA_STATUS_xxx flags 20 years ago
share merging 20 years ago
.cvsignore Import changeset 26 years ago
Makefile.am Update test results for udf 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 Remove compiler warnings and remove not used variables 21 years ago
des_key_file.cc Merge mysql.com:/home/jimw/my/mysql-4.1-clean 21 years ago
discover.cc WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete old tables. 22 years ago
field.cc Merge bk-internal:/home/bk/mysql-5.0 20 years ago
field.h Merge bk-internal:/home/bk/mysql-5.0 20 years ago
field_conv.cc Expanding a binary field should result in 0x00-filled positions, not 0x20 20 years ago
filesort.cc Move handling of suffix_length from strnxfrm_bin() to filesort to ensure proper sorting of all kind of binary objects 20 years ago
frm_crypt.cc Update copyright 24 years ago
gen_lex_hash.cc a fix (#10742: Can't compile "sql_lex.cc" on AIX 5.2). 21 years ago
gstream.cc fixes for windows 64-bit compiler warnings 21 years ago
gstream.h Fix for valgrind's warning 22 years ago
ha_archive.cc Dean noticed that constant flush calls caused the archive stream file to flush empty buffers. This patch removes that behavior. 20 years ago
ha_archive.h Dean noticed that constant flush calls caused the archive stream file to flush empty buffers. This patch removes that behavior. 20 years ago
ha_berkeley.cc Inefficient usage of String::append() fixed. 20 years ago
ha_berkeley.h Fixes during review of new code 20 years ago
ha_blackhole.cc Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
ha_blackhole.h Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1 21 years ago
ha_federated.cc Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID 20 years ago
ha_federated.h Bug#17377 Federated Engine returns wrong Data, always the rows with the highest ID 20 years ago
ha_heap.cc Manual merge 20 years ago
ha_heap.h Merge mysql.com:/opt/local/work/mysql-4.1-root 20 years ago
ha_innodb.cc foo2 20 years ago
ha_innodb.h foo2 20 years ago
ha_myisam.cc bug #15860 (SPATIAL keys in INNODB) 20 years ago
ha_myisam.h A fix and a test case for Bug#10760 and complementary cleanups. 21 years ago
ha_myisammrg.cc BUG#17314: Can't use index_merge/intersection for MERGE tables 20 years ago
ha_myisammrg.h A fix and a test case for Bug#10760 and complementary cleanups. 21 years ago
ha_ndbcluster.cc Bug #19202 Incorrect errorhandling in select count(*) wrt temporary error 20 years ago
ha_ndbcluster.h Fix for Bug#17431 INSERT IGNORE INTO returns failed: 1296: err 4350 'Transaction already aborted' 20 years ago
handler.cc foo2 20 years ago
handler.h merging 20 years ago
hash_filo.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
hash_filo.h Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing in 4.1 21 years ago
hostname.cc Merge mysql.com:/usr/home/ram/work/mysql-4.1 20 years ago
init.cc Fixes during review of new pushed code 21 years ago
item.cc Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492 20 years ago
item.h Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492 20 years ago
item_buff.cc sql_select.cc: 21 years ago
item_cmpfunc.cc Merge mysql.com:/usr/local/mysql/mysql-4.1 20 years ago
item_cmpfunc.h Fix compile failure on Win32 20 years ago
item_create.cc Bug#16461: connection_id() does not work properly inside trigger 20 years ago
item_create.h Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 21 years ago
item_func.cc Merge mysql.com:/home/jimw/my/mysql-5.0-12792 20 years ago
item_func.h Bug#16461: connection_id() does not work properly inside trigger 20 years ago
item_geofunc.cc Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 20 years ago
item_geofunc.h Merge neptunus.(none):/home/msvensson/mysql/bug10241 21 years ago
item_row.cc Merge mysql.com:/opt/local/work/mysql-4.1-16365 20 years ago
item_row.h Merge mysql.com:/opt/local/work/mysql-4.1-16365 20 years ago
item_strfunc.cc Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/4.1 20 years ago
item_strfunc.h Bug #17043: Casting trimmed string to decimal loses precision 20 years ago
item_subselect.cc Merge lsmy3.wdf.sap.corp:/data/users/gkodinov/mysql-4.1-B18492 20 years ago
item_subselect.h Fix bug #15706 find_field_in_tables() returns field from outer select 20 years ago
item_sum.cc Post merge fix 20 years ago
item_sum.h Post merge fix 20 years ago
item_timefunc.cc item_timefunc.cc: 20 years ago
item_timefunc.h Merge mysql.com:/usr/home/bar/mysql-4.1.b18691 20 years ago
item_uniq.cc Merge with 4.1 21 years ago
item_uniq.h Inefficient usage of String::append() fixed. 20 years ago
key.cc Bug #13601: Wrong int type for bit 20 years ago
lex.h Fixed BUG#18949: Test case sp-goto is disabled 20 years ago
lex_symbol.h Portability fixes 22 years ago
lock.cc Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-2 20 years ago
log.cc BUG#18116: Changed of how mutex is handled for XA and rotating binlog 20 years ago
log_event.cc BUG#18293 (Values in stored procedures written to binlog unescaped): 20 years ago
log_event.h Fixed compiler warnings from gcc 4.0.2: 20 years ago
matherr.c Update copyright 24 years ago
mf_iocache.cc merge with 4.0 22 years ago
my_decimal.cc Fix for bug #13573 (wrong data inserted for too big decimals) 20 years ago
my_decimal.h Fix for bug #13573 (wrong data inserted for too big decimals) 20 years ago
my_lock.c Fixes for Netware 23 years ago
mysql_priv.h Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 20 years ago
mysqld.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 20 years ago
mysqld_suffix.h New MYSQL_SERVER_SUFFIX usage (for easier compilation) 22 years ago
net_serv.cc Make the define start at "start of line" 20 years ago
nt_servc.cc Merge with 4.0 22 years ago
nt_servc.h cleaned up mysql installation code for windows. 21 years ago
opt_range.cc BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )", as that consumes 20 years ago
opt_range.h many warnings (practically safe but annoying) corrected 20 years ago
opt_sum.cc Remove redundant code in opt_sum_query() 20 years ago
parse_file.cc Fix for BUG#15921: DROP TRIGGER - can't be drop trigger created 20 years ago
parse_file.h Fix for BUG#15921: DROP TRIGGER - can't be drop trigger created 20 years ago
password.c Merge mysql.com:/opt/local/work/mysql-4.1-root 20 years ago
procedure.cc Merge from 4.1 21 years ago
procedure.h Merge neptunus.(none):/home/msvensson/mysql/bug10241 21 years ago
protocol.cc Fixes to embedded server to be able to run tests with it 20 years ago
protocol.h Fixes to embedded server to be able to run tests with it 20 years ago
records.cc Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 20 years ago
repl_failsafe.cc Bug #18607: LOAD DATA FROM MASTER fails because of INFORMATION_SCHEMA database 20 years ago
repl_failsafe.h pthread_handler_decl() changed to be ctags-friendly 20 years ago
set_var.cc Merge shellback.(none):/home/msvensson/mysql/mysql-5.0 20 years ago
set_var.h Merge mysql.com:/opt/local/work/mysql-4.1-16365 20 years ago
slave.cc WL#2645 (CHECK TABLE FOR UPGRADE) 20 years ago
slave.h many warnings (practically safe but annoying) corrected 20 years ago
sp.cc Post-push fix for BUG#18344: DROP DATABASE does not drop associated routines 20 years ago
sp.h Fixed BUG#16303: erroneus stored procedures and functions should be droppable 20 years ago
sp_cache.cc Fix use of "%*s" *printf() specifiers that were really meant to be 20 years ago
sp_cache.h BUG#12228: Post review fixes: Added test case, code cleanup. 21 years ago
sp_head.cc Fixed BUG#18949: Test case sp-goto is disabled 20 years ago
sp_head.h Fixed BUG#18949: Test case sp-goto is disabled 20 years ago
sp_pcontext.cc Fixed BUG#18949: Test case sp-goto is disabled 20 years ago
sp_pcontext.h Fixed BUG#18949: Test case sp-goto is disabled 20 years ago
sp_rcontext.cc Renaming sp_pcontext members and methods; less cryptic and more consistent. 20 years ago
sp_rcontext.h Renaming sp_pcontext members and methods; less cryptic and more consistent. 20 years ago
spatial.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0 20 years ago
spatial.h Fixed compiler warnings from gcc 4.0.2: 20 years ago
sql_acl.cc Fix for bug #18113 "SELECT * FROM information_schema.xxx crashes server" 20 years ago
sql_acl.h WL#2486 - natural/using joins according to SQL:2003 20 years ago
sql_analyse.cc Porting fix that allows others to include compiled code with different parsers. 20 years ago
sql_analyse.h Merge from 4.1 21 years ago
sql_array.h Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCEDUREs/FUNCTIONs. 21 years ago
sql_base.cc Merge shellback.(none):/home/msvensson/mysql/mysql-5.0 20 years ago
sql_bitmap.h Bug#10932 - Building server with key limit of 128, makes test cases fail 21 years ago
sql_cache.cc Fixed BUG#15758: "Holding adaptive search latch in 20 years ago
sql_cache.h Fixed compiler warnings from gcc 4.0.2: 20 years ago
sql_class.cc Bug#15728: LAST_INSERT_ID function inside a stored function returns 0 20 years ago
sql_class.h foo2 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_cursor.cc Fixed BUG#15758: "Holding adaptive search latch in 20 years ago
sql_cursor.h A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 20 years ago
sql_db.cc Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
sql_delete.cc Fix for bug#14945 "Truncate table doesn't reset the auto_increment 20 years ago
sql_derived.cc support of view underlying tables and SP functions security check added (BUG#9505) (WL#2787) 20 years ago
sql_do.cc Name resolution context added (BUG#6443) 21 years ago
sql_error.cc Add extre DBUG_PRINT in push_warning 20 years ago
sql_error.h Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) 21 years ago
sql_handler.cc Changed condition similar to code in 4.1. 20 years ago
sql_help.cc many warnings (practically safe but annoying) corrected 20 years ago
sql_insert.cc Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
sql_lex.cc This patch does 1) fix my build breakage 2) Complete the removal of all symbols which could clash with another parser. 20 years ago
sql_lex.h Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0 20 years ago
sql_list.cc Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_list.h WL#2486 - Natural/using join according to SQL:2003. 20 years ago
sql_load.cc Proposed fix for bug #17764 "Trigger crashes MyISAM table" 20 years ago
sql_manager.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
sql_manager.h Generalize handle_flush thread to also handle various management 25 years ago
sql_map.cc WL#2286 - Compile MySQL w/YASSL support 21 years ago
sql_map.h Add ifdefs to control when "#pragma implementation" should be used 21 years ago
sql_olap.cc Implementation of WL#2486 - 21 years ago
sql_parse.cc Merge bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
sql_prepare.cc A fix and a test case for Bug#19308 "REPAIR/OPTIMIZE/ANALYZE 20 years ago
sql_rename.cc Fix for bug #13525 "Rename table does not keep info of triggers". 20 years ago
sql_repl.cc foo2 20 years ago
sql_repl.h WL#874 "Extended LOAD DATA". 21 years ago
sql_select.cc Manually merged 20 years ago
sql_select.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
sql_show.cc Fix for bug#18224 VIEW on information_schema crashes the server 20 years ago
sql_sort.h Implementation of SUM(DISTINCT), tests cases 22 years ago
sql_state.c Added SQLSTATE to client/server protocol 23 years ago
sql_string.cc Merge mysql.com:/usr/home/bar/mysql-4.1.b15376 20 years ago
sql_string.h Netware specific changes. 20 years ago
sql_table.cc Merge bk@192.168.21.1:mysql-5.0 20 years ago
sql_test.cc many warnings (practically safe but annoying) corrected 20 years ago
sql_trigger.cc Fix for BUG#15921: DROP TRIGGER - can't be drop trigger created 20 years ago
sql_trigger.h Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime 20 years ago
sql_udf.cc Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 20 years ago
sql_udf.h Name resolution context added (BUG#6443) 21 years ago
sql_union.cc Post merge fixes 20 years ago
sql_update.cc Fixed bug #16281: Multi-table update broken in 5.0 on tables imported from 4.1 20 years ago
sql_view.cc Fix for bug#15153 "CONVERT_TZ() is not allowed in all places in VIEWs". 20 years ago
sql_view.h Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0 20 years ago
sql_yacc.yy Merge mysql.com:/opt/local/work/mysql-5.0-root 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 Remove compiler warnings and remove not used variables 21 years ago
structs.h Inefficient usage of String::append() fixed. 20 years ago
table.cc Merge mysql.com:/usr/home/bar/mysql-4.1.b18004 20 years ago
table.h Merge mysql.com:/home/mydev/mysql-5.0 20 years ago
thr_malloc.cc Simpler arena swapping code 21 years ago
time.cc Fixes during review of new pushed code 21 years ago
tzfile.h WL#1264 "Per-thread time zone support infrastructure". 22 years ago
tztime.cc Fix for bug#11081 "Using a CONVERT_TZ function in a stored function or 20 years ago
tztime.h Fix for bug#11081 "Using a CONVERT_TZ function in a stored function or 20 years ago
udf_example.cc use "unsigned long" type just as in function declaration and add surrounding parentheses. 20 years ago
uniques.cc many warnings (practically safe but annoying) corrected 20 years ago
unireg.cc A fix and a test case for Bug#14210 "Simple query with > operator on 20 years ago
unireg.h Merge mysql.com:/home/mydev/mysql-5.0 20 years ago
watchdog_mysqld Import changeset 26 years ago