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.
 
 
 
 
 
 
Michael Widenius 1ee94dc2f7 Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
..
examples Mbug#677407 / MySQL Bug#48883: Stale data from INNODB_LOCKS table. 15 years ago
share merge 5.2 15 years ago
.cvsignore Import changeset 26 years ago
CMakeLists.txt merge mwl#55 15 years ago
MSG00001.bin Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows. 17 years ago
Makefile.am merge mwl#55 15 years ago
add_errmsg Import changeset 26 years ago
authors.h Merge with MariaDB 5.1.49 16 years ago
client_settings.h fixes for windows builds 16 years ago
contributors.h Many files: 19 years ago
create_options.cc merge with 5.1 15 years ago
create_options.h MWL#43 CREATE TABLE options (by Sanja) 16 years ago
custom_conf.h my_strtoll10-x86.s: 19 years ago
debug_sync.cc add newline at the end of file 15 years ago
debug_sync.h Bug #51648 DBUG_SYNC_POINT is not defined on all platforms and mtr cant pre-check that 16 years ago
derror.cc Doxygenize comments, a*.cc - field.cc . 18 years ago
des_key_file.cc Doxygenize comments, a*.cc - field.cc . 18 years ago
discover.cc Doxygenize comments, a*.cc - field.cc . 18 years ago
event_data_objects.cc Merge with MariaDB 5.1.49 16 years ago
event_data_objects.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
event_db_repository.cc Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago
event_db_repository.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
event_parse_data.cc Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
event_parse_data.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
event_queue.cc Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle timeouts and kill of connections. 16 years ago
event_queue.h Provide initial module structure to Doxygen. 19 years ago
event_scheduler.cc Code cleanup to get fewer reallocs() during execution. 15 years ago
event_scheduler.h Provide initial module structure to Doxygen. 19 years ago
events.cc Code cleanup to get fewer reallocs() during execution. 15 years ago
events.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
field.cc Merge with 5.2 15 years ago
field.h Merge with 5.2 15 years ago
field_conv.cc Merge with 5.2 15 years ago
filesort.cc Fixed compiler warnings 15 years ago
frm_crypt.cc my_strtoll10-x86.s: 19 years ago
gen_lex_hash.cc Merge 15 years ago
gstream.cc Fixed compiler warnings found by gcc 4.3.2 17 years ago
gstream.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
ha_ndbcluster.cc Merge with 5.1-release. 15 years ago
ha_ndbcluster.h Merge 5.2->5.3 15 years ago
ha_ndbcluster_binlog.cc pluggable auth with plugin examples 16 years ago
ha_ndbcluster_binlog.h Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1 19 years ago
ha_ndbcluster_cond.cc Merge mysql.com:/misc/mysql/34749/50-34749 18 years ago
ha_ndbcluster_cond.h Merge mysql.com:/misc/mysql/34749/50-34749 18 years ago
ha_ndbcluster_tables.h enabled test case 19 years ago
ha_partition.cc Merge with 5.2 15 years ago
ha_partition.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
handler.cc Merge with 5.2 15 years ago
handler.h MRR interface: change range_info's type from char* to range_id_t typedef. The goals are: 15 years ago
hash_filo.cc Fix a bunch of Windows warnings 16 years ago
hash_filo.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
hostname.cc We are now using Valgrind rather than purify, and have for quite some time. 17 years ago
init.cc Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug26294/my50-bug26294 18 years ago
item.cc Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
item.h Fix LP BUG#715738 15 years ago
item_buff.cc Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago
item_cmpfunc.cc Fix LP BUG#715738 15 years ago
item_cmpfunc.h Merge with 5.2 15 years ago
item_create.cc Merge with MySQL 5.1.55 15 years ago
item_create.h Merge with MySQL 5.1.55 15 years ago
item_func.cc Fix LP BUG#715738 15 years ago
item_func.h Fix LP BUG#715738 15 years ago
item_geofunc.cc Manual merge of the fix for bug#43668. 16 years ago
item_geofunc.h Merge with MySQL 5.1.55 15 years ago
item_row.cc Fix LP BUG#715738 15 years ago
item_row.h MariaDB 5.2 -> MariaDB 5.3 merge 16 years ago
item_strfunc.cc Fix LP BUG#715738 15 years ago
item_strfunc.h merge 5.1->5.2 16 years ago
item_subselect.cc Merge with 5.2 15 years ago
item_subselect.h Merge with 5.2 15 years ago
item_sum.cc Fix LP BUG#715738 15 years ago
item_sum.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
item_timefunc.cc Merge with MySQL 5.1.55 15 years ago
item_timefunc.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
item_xmlfunc.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
item_xmlfunc.h The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 16 years ago
key.cc Fixed LP bug #707827. 15 years ago
lex.h pluggable auth with plugin examples 16 years ago
lex_symbol.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
lock.cc Merge with 5.2 15 years ago
log.cc merge 15 years ago
log.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
log_event.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
log_event.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
log_event_old.cc merge with 5.1 15 years ago
log_event_old.h Merge with MySQL 5.1.55 15 years ago
log_slow.h Updated documentation files to reflect MariaDB and not the Maria storage engine or MySQL 17 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 Fix a bunch of Windows warnings 16 years ago
multi_range_read.cc MRR interface: change range_info's type from char* to range_id_t typedef. The goals are: 15 years ago
multi_range_read.h MRR interface: change range_info's type from char* to range_id_t typedef. The goals are: 15 years ago
my_decimal.cc Merge with MySQL 5.1.55 15 years ago
my_decimal.h Mbug#677407 / MySQL Bug#48883: Stale data from INNODB_LOCKS table. 15 years ago
my_lock.c Fixed bug in undo_key_delete; Caused crashed key files in recovery 18 years ago
mysql_install_db.cc mwl#59 - windows installer. 15 years ago
mysql_priv.h merge 15 years ago
mysql_upgrade_service.cc mwl#59 - windows installer. 15 years ago
mysqld.cc Fixes to get more information about random bind failure in pushbuild for windows hosts. 15 years ago
mysqld_suffix.h Doxygenize comments. 18 years ago
net_serv.cc Merge with 5.2 15 years ago
nt_servc.cc merge 17 years ago
nt_servc.h merge 17 years ago
opt_index_cond_pushdown.cc Post-review fixes for the patch that added the code allowing to use 15 years ago
opt_range.cc Added item.real_type() for easy access to the underlaying types for Item_ref and Item_cache_wrapper() 15 years ago
opt_range.h Merge with 5.2 15 years ago
opt_range_mrr.cc Fixed compiler warnings 15 years ago
opt_subselect.cc Merge with 5.2 15 years ago
opt_subselect.h Fixed some compiler warnings found when compiling for windows. 15 years ago
opt_sum.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
opt_table_elimination.cc Fixed LP bug #698882. 15 years ago
parse_file.cc Fix for: LP #634955: Assert in _ma_update_at_original_place() 15 years ago
parse_file.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
partition_element.h Merge with main 15 years ago
partition_info.cc merge with 5.1 15 years ago
partition_info.h fixed a valgrind warning in partition_pruning 17 years ago
password.c pluggable auth with plugin examples 16 years ago
procedure.cc Doxygenized comments. 18 years ago
procedure.h Subquery cache (MWL#66) added. 16 years ago
protocol.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
protocol.h pluggable auth with plugin examples 16 years ago
records.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
repl_failsafe.cc Merge with MySQL 5.1.49 16 years ago
repl_failsafe.h Renaming MASTER_INFO to Master_info in order to follow the coding 19 years ago
rpl_constants.h BUG#40482: server/mysqlbinlog crashes when reading invalid Incident_log_event 17 years ago
rpl_filter.cc merge with 5.1 15 years ago
rpl_filter.h MWL#36: Add a mysqlbinlog option to change the used database 16 years ago
rpl_injector.cc Merge with MySQL 5.1.55 15 years ago
rpl_injector.h Fixed compiler warnings in a lot of files 18 years ago
rpl_mi.cc Merge with MySQL 5.1.49 16 years ago
rpl_mi.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
rpl_record.cc Merge with MySQL 5.1.55 15 years ago
rpl_record.h Merge with MySQL 5.1.55 15 years ago
rpl_record_old.cc Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standards 19 years ago
rpl_record_old.h Merge with MySQL 5.1.55 15 years ago
rpl_reporting.cc BUG#45511 rpl.rpl_binlog_corruption fails with warning messages in Valgrind 17 years ago
rpl_reporting.h BUG#45511 rpl.rpl_binlog_corruption fails with warning messages in Valgrind 17 years ago
rpl_rli.cc Fix build error (wrong printf-like format) 15 years ago
rpl_rli.h Mbug#677407 / MySQL Bug#48883: Stale data from INNODB_LOCKS table. 15 years ago
rpl_tblmap.cc Bug #45261 : Crash, stored procedure + decimal 16 years ago
rpl_tblmap.h Bug#31455 mysqlbinlog don't print user readable info about RBR events 18 years ago
rpl_utility.cc BUG#49618: Field length stored incorrectly in binary log 16 years ago
rpl_utility.h Merging with mysql-5.1-bugteam 16 years ago
scheduler.cc Added protection around usage of thd->mysys_var 16 years ago
scheduler.h Added mariadb and mariadb-version as my.conf option tags 17 years ago
set_var.cc merge 15 years ago
set_var.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
slave.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
slave.h Merge with MySQL 5.1.55 15 years ago
sp.cc Code cleanup to get fewer reallocs() during execution. 15 years ago
sp.h Bug #45261 : Crash, stored procedure + decimal 16 years ago
sp_cache.cc Merge MySQL 5.1.46 into MariaDB. 16 years ago
sp_cache.h WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_deadlock_detector) 17 years ago
sp_head.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sp_head.h Bug#50755: Crash if stored routine def contains version comments 16 years ago
sp_pcontext.cc merging 17 years ago
sp_pcontext.h Applying InnoDB snapshot 5.1-ss6344, part 1. Fixes BUG#49267 16 years ago
sp_rcontext.cc Code cleanup to get fewer reallocs() during execution. 15 years ago
sp_rcontext.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
spatial.cc Bug #53296: LONG BLOB value types are not recognized 16 years ago
spatial.h Bug#42733: Type-punning warnings when compiling MySQL -- 16 years ago
sql_acl.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sql_acl.h pluggable auth with plugin examples 16 years ago
sql_analyse.cc Fixed compiler warnings found by gcc 4.3.2 17 years ago
sql_analyse.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
sql_array.h Backport of subquery optimizations to 5.3 16 years ago
sql_base.cc Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
sql_binlog.cc Merge with MySQL 5.1.55 15 years ago
sql_bitmap.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
sql_builtin.cc.in Maria WL#61 16 years ago
sql_cache.cc merge with 5.1 15 years ago
sql_cache.h Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
sql_class.cc Merge in the fix for LPBUG#730604, and a corrected fix for LP BUG#719198, 15 years ago
sql_class.h Merge with 5.2 15 years ago
sql_client.cc Bug#26664 test suite times out on OS X 64bit 19 years ago
sql_connect.cc Merge with MariaDB 5.1.49 16 years ago
sql_crypt.cc make force really force 16 years ago
sql_crypt.h make force really force 16 years ago
sql_cursor.cc Merge 5.2->5.3 15 years ago
sql_cursor.h Doxygenize comments. 18 years ago
sql_db.cc Merge with 5.2 15 years ago
sql_delete.cc Implementation of MWL#172: Add support for prepared statements to HANDLER READ 15 years ago
sql_derived.cc Merge with 5.2 15 years ago
sql_do.cc Rename send_ok to my_ok. Similarly to my_error, it only records the status, 18 years ago
sql_error.cc MBug#643463: slow XtraDB shutdown due to 10 second sleep in purge thread 15 years ago
sql_error.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
sql_expression_cache.cc Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
sql_expression_cache.h Type of the variables fixed. 15 years ago
sql_handler.cc Fix formatting error message (invalid table name) in handler tests. 15 years ago
sql_handler.h Implementation of MWL#172: Add support for prepared statements to HANDLER READ 15 years ago
sql_help.cc merge with 5.1 15 years ago
sql_insert.cc Merge with 5.1-release. 15 years ago
sql_join_cache.cc MRR interface: change range_info's type from char* to range_id_t typedef. The goals are: 15 years ago
sql_join_cache.h MRR interface: change range_info's type from char* to range_id_t typedef. The goals are: 15 years ago
sql_lex.cc Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
sql_lex.h Merge with 5.2 15 years ago
sql_lifo_buffer.h Fixed high-impact Windows 64bit warnings (at least 4000 of them) 15 years ago
sql_list.cc 5.1 version of a fix and test cases for bugs: 19 years ago
sql_list.h Fixed LP bug #698882. 15 years ago
sql_load.cc Merge with 5.2 15 years ago
sql_locale.cc Bug#43207 wrong LC_TIME names for romanian locale 16 years ago
sql_manager.cc Bug#38522: 5 seconds delay when closing application using embedded server 17 years ago
sql_map.cc fixed type conversion warnings revealed by bug 30639 19 years ago
sql_map.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
sql_olap.cc Bug#42733: Type-punning warnings when compiling MySQL -- 16 years ago
sql_parse.cc Merge with 5.2 15 years ago
sql_partition.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sql_partition.h Bug#53463: YaSSL patch appears to be reverted 16 years ago
sql_plugin.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sql_plugin.h Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sql_plugin_services.h Merge with 5.2 15 years ago
sql_prepare.cc Merge with 5.2 15 years ago
sql_profile.cc Merge with MySQL 5.1.55 15 years ago
sql_profile.h Patch set contributed by Alex Budovski (MCA) 16 years ago
sql_rename.cc Merge with 5.2 15 years ago
sql_repl.cc Merge with MySQL 5.1.50 16 years ago
sql_repl.h Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl 18 years ago
sql_select.cc Fixed all BUILD scripts to use g++ instead of gcc for linking 15 years ago
sql_select.h Merge the fix for LP BUG#613029. 15 years ago
sql_servers.cc Fix for LP#588251: doStartTableScan() result not checked. 16 years ago
sql_servers.h BUG#26257 New Federated Server Functionality Doesn't support differently named tables 19 years ago
sql_show.cc Added item.real_type() for easy access to the underlaying types for Item_ref and Item_cache_wrapper() 15 years ago
sql_show.h Added "Sun Microsystems, Inc." to copyright headers on files modified 17 years ago
sql_sort.h An implementation of index intersect via a modified Unique class. 15 years ago
sql_state.c Many files: 19 years ago
sql_string.cc Make SQLString reallocation addaptive 15 years ago
sql_string.h Fixed high-impact Windows 64bit warnings (at least 4000 of them) 15 years ago
sql_table.cc Merge with 5.2 15 years ago
sql_tablespace.cc make force really force 16 years ago
sql_test.cc Fixed LP bug #725050. 15 years ago
sql_trigger.cc Implementation of MWL#172: Add support for prepared statements to HANDLER READ 15 years ago
sql_trigger.h Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago
sql_udf.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sql_udf.h Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'. 19 years ago
sql_union.cc Merge with 5.1-release. 15 years ago
sql_update.cc Merge with 5.2 15 years ago
sql_view.cc Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
sql_view.h Bug#43385 Cannot ALTER DATABASE ... UPGRADE DATA DIRECTORY NAME when Views exist(addon) 17 years ago
sql_yacc.yy Merge with 5.1 to get in changes from MySQL 5.1.55 15 years ago
strfunc.cc Updated documentation files to reflect MariaDB and not the Maria storage engine or MySQL 17 years ago
structs.h Backport of: 15 years ago
table.cc Merge in fix for BUG#727667 15 years ago
table.h Merge with 5.2 15 years ago
thr_malloc.cc Merge with MariaDB 5.1.49 16 years ago
time.cc Merge with MySQL 5.1, with following additions: 16 years ago
tzfile.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
tztime.cc merge with 5.1 15 years ago
tztime.h merged bug 39920 and 5.1-main to 5.1-bugteam 17 years ago
udf_example.c Merge with MySQL 5.1.50 16 years ago
udf_example.def Patch set contributed by Alex Budovski (MCA) 16 years ago
uniques.cc Fixed DBUG_PRINT formatting (compile error on Linux with -Werror) 15 years ago
unireg.cc Merge with MariaDB 5.1.49 16 years ago
unireg.h Merge: mwl#24+mwl#21 5.1->5.2 15 years ago
winservice.c MWL#55 : Philip's review: 15 years ago
winservice.h split long lines, use get_mysql_service_properties() 15 years ago