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.
 
 
 
 
 
 
Gleb Shchepa a7294532b2 Bug#40825: Error 1356 while selecting from a view 17 years ago
..
examples Bug#39616: Missing quotes from .CSV crashes server 17 years ago
share Bug#28323: Server crashed in xid cache operations 17 years ago
.cvsignore Import changeset 26 years ago
CMakeLists.txt Merged from 5.0 (enterprise). 17 years ago
MSG00001.bin Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows. 17 years ago
Makefile.am Merged from 5.0 (enterprise). 17 years ago
add_errmsg Import changeset 26 years ago
client_settings.h my_strtoll10-x86.s: 19 years ago
custom_conf.h my_strtoll10-x86.s: 19 years ago
derror.cc my_strtoll10-x86.s: 19 years ago
des_key_file.cc my_strtoll10-x86.s: 19 years ago
discover.cc my_strtoll10-x86.s: 19 years ago
field.cc Bug #44792: valgrind warning when casting from time to time 17 years ago
field.h Bug#38469 invalid memory read and/or crash with utf8 text field, stored procedure, uservar 17 years ago
field_conv.cc field_conv.cc: 19 years ago
filesort.cc BUG#35478: sort_union() returns bad data when sort_buffer_size is hit 18 years ago
frm_crypt.cc my_strtoll10-x86.s: 19 years ago
gen_lex_hash.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
gstream.cc Merge mysql.com:/home/hf/work/30286/my41-30286 18 years ago
gstream.h my_strtoll10-x86.s: 19 years ago
ha_archive.cc Merge 5.0.80 release and 5.0 community. Version left at 5.0.80. 17 years ago
ha_archive.h Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 19 years ago
ha_berkeley.cc Merge from 5.0 trunk. 18 years ago
ha_berkeley.h Fixed compiler warnings (for linux and win32 and win64) 19 years ago
ha_blackhole.cc Bug #35178 INSERT_ID not written to binary log for inserts against BLACKHOLE backed tables 18 years ago
ha_blackhole.h Bug#30294 blackhole engine causes 100% with 2 alter table statements running 18 years ago
ha_federated.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
ha_federated.h Bug #32374 crash with filesort when selecting from federated table and view. 18 years ago
ha_heap.cc type conversions fixed to get rid of warnings 18 years ago
ha_heap.h [pb problem]: ha_heap->clone() fails on windows because of mess with 19 years ago
ha_innodb.cc auto-merge 17 years ago
ha_innodb.h Fix for BUG#43660- SHOW INDEXES/ANALYZE does NOT update cardinality 17 years ago
ha_myisam.cc Merge chunk from trunk. 18 years ago
ha_myisam.h Bug#28249 Query Cache returns wrong result with concurrent insert / certain lock 19 years ago
ha_myisammrg.cc Merge amd64.(none):/src/mysql-5.0-bugteam 18 years ago
ha_myisammrg.h BUG#26976 - Missing table in merge not noted in related error msg + 19 years ago
ha_ndbcluster.cc fixed warnings and compile errors from the fix for bug 26243 18 years ago
ha_ndbcluster.h ha_ndbcluster.h: 18 years ago
ha_ndbcluster_cond.cc fixed warnings and compile errors from the fix for bug 26243 18 years ago
ha_ndbcluster_cond.h Bug#34749: Server crash when using NAME_CONST() with an aggregate function 18 years ago
handler.cc Fix for bug #26288: savepoint not deleted, comit on empty transaction 17 years ago
handler.h Fix for bug#40984: backport fix from 39585 into 5.0 17 years ago
hash_filo.cc my_strtoll10-x86.s: 19 years ago
hash_filo.h my_strtoll10-x86.s: 19 years ago
hostname.cc my_strtoll10-x86.s: 19 years ago
init.cc Bug#26294: library name conflict between MySQL 4.x, 5.0 and Qt 3.3 18 years ago
item.cc Bug#40825: Error 1356 while selecting from a view 17 years ago
item.h Backport bug #37348 fix 5.1 --> 5.0. 17 years ago
item_buff.cc my_strtoll10-x86.s: 19 years ago
item_cmpfunc.cc Bug#37601 Cast Is Not Done On Row Comparison 17 years ago
item_cmpfunc.h Bug#37553: MySql Error Compare TimeDiff & Time 17 years ago
item_create.cc Fix mismerge. 18 years ago
item_create.h Bug #27921 View ignores precision for CAST() 19 years ago
item_func.cc merged 5.0-main -> 5.0-bugteam 17 years ago
item_func.h Fix for bug#42009: SELECT into variable gives different results to direct SELECT 17 years ago
item_geofunc.cc Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash 17 years ago
item_geofunc.h Bug #31155 gis types in union'd select cause crash. 18 years ago
item_row.cc Many files: 19 years ago
item_row.h Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 19 years ago
item_strfunc.cc Fix for bug#44774: load_file function produces valgrind warnings 17 years ago
item_strfunc.h Bug #35087: Inserting duplicate values at one time with DES_ENCRYPT leads 17 years ago
item_subselect.cc Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-bugteam 18 years ago
item_subselect.h Bug #31884: Assertion + crash in subquery in the SELECT clause. 18 years ago
item_sum.cc Bug #42434: license of mysys MD5 implementation is not GPL-compatible 17 years ago
item_sum.h backported the fix for bug #34773 to 5.0 17 years ago
item_timefunc.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
item_timefunc.h Bug#42525: TIMEDIFF function 17 years ago
item_uniq.cc my_strtoll10-x86.s: 19 years ago
item_uniq.h my_strtoll10-x86.s: 19 years ago
key.cc Fixed bug #32556: assert in "using index for group-by" : 18 years ago
lex.h Merge mysqldev@production.mysql.com:my/mysql-5.0-release 19 years ago
lex_symbol.h Fix -ansi -pedantic warning (can't cast a pointer to function 19 years ago
lock.cc Merge 5.0.80 release and 5.0 community. Version left at 5.0.80. 17 years ago
log.cc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
log_event.cc Merge community up to enterprise, thus ending the community-server 17 years ago
log_event.h BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
matherr.c my_strtoll10-x86.s: 19 years ago
message.h Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows. 17 years ago
message.mc Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows. 17 years ago
message.rc Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows. 17 years ago
mf_iocache.cc my_strtoll10-x86.s: 19 years ago
my_decimal.cc Bug#37553: MySql Error Compare TimeDiff & Time 17 years ago
my_decimal.h Bug#36023: Incorrect handling of zero length caused an assertion to fail. 18 years ago
my_lock.c my_strtoll10-x86.s: 19 years ago
mysql_priv.h Merge community up to enterprise, thus ending the community-server 17 years ago
mysqld.cc Merge community up to enterprise, thus ending the community-server 17 years ago
mysqld_suffix.h Many files: 19 years ago
net_serv.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
nt_servc.cc Bug #20430 mysqld.exe windows service stuck in "SERVICE_STOP_PENDING" 17 years ago
nt_servc.h Bug #20430 mysqld.exe windows service stuck in "SERVICE_STOP_PENDING" 17 years ago
opt_range.cc auto-merge 17 years ago
opt_range.h BUG#36639: subselect.test crashes on 64 bit pentium4 when compiled for valgrind, commit into 5.0 17 years ago
opt_sum.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
parse_file.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
parse_file.h Bug #40021: Renaming view fails, archived .frm for view is 17 years ago
password.c Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 19 years ago
procedure.cc my_strtoll10-x86.s: 19 years ago
procedure.h Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes) 18 years ago
protocol.cc auto-merge 17 years ago
protocol.h Backport of TIME->MYSQL_TIME / Y2K fixset 19 years ago
records.cc BUG#35478: sort_union() returns bad data when sort_buffer_size is hit 18 years ago
repl_failsafe.cc Merge chunk from trunk. 18 years ago
repl_failsafe.h my_strtoll10-x86.s: 19 years ago
set_var.cc Fix improperly-protected variable definition and use. 17 years ago
set_var.h Bug #37339: SHOW VARIABLES not working properly with multi-byte datadir 17 years ago
slave.cc Merge community up to enterprise, thus ending the community-server 17 years ago
slave.h Bug #38694 Race condition in replication thread shutdown 17 years ago
sp.cc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
sp.h Many files: 19 years ago
sp_cache.cc Many files: 19 years ago
sp_cache.h Many files: 19 years ago
sp_head.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sp_head.h Bug#25058 ignored return codes in memory allocation functions 17 years ago
sp_pcontext.cc Bug#25058 ignored return codes in memory allocation functions 17 years ago
sp_pcontext.h Bug#25058 ignored return codes in memory allocation functions 17 years ago
sp_rcontext.cc Bug#33618 (Crash in sp_rcontext) 18 years ago
sp_rcontext.h Bug#33618 (Crash in sp_rcontext) 18 years ago
spatial.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
spatial.h Bug #24563: MBROverlaps does not seem to function propertly. 19 years ago
sql_acl.cc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
sql_acl.h Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes) 18 years ago
sql_analyse.cc fixed warnings from the fix of 26243 18 years ago
sql_analyse.h Bug #26461: Intrinsic data type bool (1 byte) redefined to BOOL (4 bytes) 18 years ago
sql_array.h Fix for bug #31207: Test "join_nested" shows different strategy on IA64 18 years ago
sql_base.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_bitmap.h Many files: 19 years ago
sql_cache.cc Merge 5.0.80 release and 5.0 community. Version left at 5.0.80. 17 years ago
sql_cache.h Bug #30269 Query cache eats memory 18 years ago
sql_class.cc merged 5.0-main -> 5.0-bugteam 17 years ago
sql_class.h Pull 5.1 treatment of community features into 5.0. 17 years ago
sql_client.cc Bug#26664 test suite times out on OS X 64bit 19 years ago
sql_crypt.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_crypt.h my_strtoll10-x86.s: 19 years ago
sql_cursor.cc Bug#37956 memory leak and / or crash with geometry and prepared statements! 17 years ago
sql_cursor.h my_strtoll10-x86.s: 19 years ago
sql_db.cc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
sql_delete.cc merged 5.0-main -> 5.0-bugteam 17 years ago
sql_derived.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_do.cc my_strtoll10-x86.s: 19 years ago
sql_error.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_error.h BUG#26976 - Missing table in merge not noted in related error msg + 19 years ago
sql_handler.cc Bug#44151 using handler commands on information_schema tables crashes server 17 years ago
sql_help.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_insert.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_lex.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_lex.h Merge community up to enterprise, thus ending the community-server 17 years ago
sql_list.cc my_strtoll10-x86.s: 19 years ago
sql_list.h Bug#38296 (low memory crash with many conditions in a query) 17 years ago
sql_load.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_locale.cc Bug#37575 UCASE fails on monthname 17 years ago
sql_manager.cc my_strtoll10-x86.s: 19 years ago
sql_manager.h my_strtoll10-x86.s: 19 years ago
sql_map.cc type conversions fixed to avoid warnings on Windows 18 years ago
sql_map.h my_strtoll10-x86.s: 19 years ago
sql_olap.cc my_strtoll10-x86.s: 19 years ago
sql_parse.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_prepare.cc Pull 5.1 treatment of community features into 5.0. 17 years ago
sql_profile.cc backported a change from 5.1 17 years ago
sql_profile.h Pull 5.1 treatment of community features into 5.0. 17 years ago
sql_rename.cc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
sql_repl.cc Merge 5.0.80 release and 5.0 community. Version left at 5.0.80. 17 years ago
sql_repl.h BUG#31024: STOP SLAVE does not stop attempted connect()s 18 years ago
sql_select.cc merged 5.0-main -> 5.0-bugteam 17 years ago
sql_select.h Bug #42037: Queries containing a subquery with DISTINCT and 17 years ago
sql_show.cc Pull 5.1 treatment of community features into 5.0. 17 years ago
sql_sort.h Fixed bug #25798. 19 years ago
sql_state.c Many files: 19 years ago
sql_string.cc auto-merge 17 years ago
sql_string.h Bug#38296 (low memory crash with many conditions in a query) 17 years ago
sql_table.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_test.cc my_strtoll10-x86.s: 19 years ago
sql_trigger.cc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
sql_trigger.h A fix and a test case for Bug#26141 mixing table types in trigger 19 years ago
sql_udf.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_udf.h Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'. 19 years ago
sql_union.cc Bug#43612 crash with explain extended, union, order by 17 years ago
sql_update.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_view.cc Merge community up to enterprise, thus ending the community-server 17 years ago
sql_view.h Bug#32890 Crash after repeated create and drop of tables and views 18 years ago
sql_yacc.yy Merge community up to enterprise, thus ending the community-server 17 years ago
stacktrace.c Bug#35987 - post-review fix 17 years ago
stacktrace.h Bug#31745 - crash handler does not work on Windows 18 years ago
strfunc.cc Many files: 19 years ago
structs.h Merge from Tim's 5.0.76-release tree to make 5.0.77 . 17 years ago
table.cc auto-merge 17 years ago
table.h Merged from 5.0 (enterprise). 17 years ago
thr_malloc.cc Bug#38296 (low memory crash with many conditions in a query) 17 years ago
time.cc Bug #29536: timestamp inconsistent in replication around 1970 19 years ago
tzfile.h Many files: 19 years ago
tztime.cc Bug #42502 huge memory leak possible with timezone 17 years ago
tztime.h Bug #39920: MySQL cannot deal with Leap Second expression in string literal. 17 years ago
udf_example.c Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
udf_example.def Bug #29804 UDF parameters don't contain correct string length 18 years ago
uniques.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
unireg.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
unireg.h Bug#37428 Potential security issue with UDFs - linux shellcode execution. 18 years ago
watchdog_mysqld Import changeset 26 years ago