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.
 
 
 
 
 
 
Sergei Golubchik 716f784375 sane implementation of Key_% status variables. 15 years ago
..
examples Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
share restore shifted error numbers 15 years ago
.cvsignore Import changeset 26 years ago
CMakeLists.txt fixes for buildbot 16 years ago
MSG00001.bin Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows. 17 years ago
Makefile.am merge with 5.1 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 Added extra argument to longlong2str() to make it have same prototype is int2str() 16 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 Bug #51648 DBUG_SYNC_POINT is not defined on all platforms and mtr cant pre-check that 16 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 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.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 WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_deadlock_detector) 17 years ago
event_queue.h Provide initial module structure to Doxygen. 19 years ago
event_scheduler.cc make force really force 16 years ago
event_scheduler.h Provide initial module structure to Doxygen. 19 years ago
events.cc Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 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.1 15 years ago
field.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_conv.cc Merge MySQL 5.1.46 into MariaDB. 16 years ago
filesort.cc Fixed bug #607566. 16 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 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 16 years ago
ha_ndbcluster.h Bug #34275 mysqld leak if doing multiple statements within same transaction (or wo/ trans) 18 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.1 15 years ago
ha_partition.h merge with 5.1 15 years ago
handler.cc merge with 5.1 15 years ago
handler.h merge with 5.1 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 Automatic merge 15 years ago
item.h Automatic merge with 5.1 15 years ago
item_buff.cc Bug #55188: GROUP BY, GROUP_CONCAT and TEXT - inconsistent results 16 years ago
item_cmpfunc.cc merge with 5.1 15 years ago
item_cmpfunc.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
item_create.cc Merge with MySQL 5.1.50 16 years ago
item_create.h Merge MySQL 5.1.46 into MariaDB. 16 years ago
item_func.cc merge with 5.1 15 years ago
item_func.h merge with 5.1 15 years ago
item_geofunc.cc Manual merge of the fix for bug#43668. 16 years ago
item_geofunc.h Fix for bug#56679: gis.test: valgrind error 15 years ago
item_row.cc Bug#51598 Inconsistent behaviour with a COALESCE statement inside an IN comparison 16 years ago
item_row.h merge 5.1->5.2 16 years ago
item_strfunc.cc Added extra argument to longlong2str() to make it have same prototype is int2str() 16 years ago
item_strfunc.h merge 5.1->5.2 16 years ago
item_subselect.cc Merge with MariaDB 5.1.49 16 years ago
item_subselect.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
item_sum.cc merge with 5.1 15 years ago
item_sum.h merge with 5.1 15 years ago
item_timefunc.cc to simpliy and unify the code 15 years ago
item_timefunc.h merge with 5.1 15 years ago
item_xmlfunc.cc merge 5.1->5.2 16 years ago
item_xmlfunc.h The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 16 years ago
key.cc few small MySQL bugs/issues that impact the engines, as discussed in the SE summit 16 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 When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria) 16 years ago
log.cc merge with 5.1 15 years ago
log.h merge with 5.1 15 years ago
log_event.cc merge with 5.1 15 years ago
log_event.h merge with 5.1 15 years ago
log_event_old.cc merge with 5.1 15 years ago
log_event_old.h BUG#31583 (5.1-telco-6.1 -> 5.1.22. Slave returns Error in unknown event): 18 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
my_decimal.cc Changed -1 row number in some warnings to 0 16 years ago
my_decimal.h Merge MySQL->MariaDB 17 years ago
my_lock.c Fixed bug in undo_key_delete; Caused crashed key files in recovery 18 years ago
mysql_priv.h sane implementation of Key_% status variables. 15 years ago
mysqld.cc sane implementation of Key_% status variables. 15 years ago
mysqld_suffix.h Doxygenize comments. 18 years ago
net_serv.cc Merge with MySQL 5.1.49 16 years ago
nt_servc.cc merge 17 years ago
nt_servc.h merge 17 years ago
opt_range.cc merge with 5.1 15 years ago
opt_range.h Merge with MariaDB 5.1.49 16 years ago
opt_sum.cc Merge with MariaDB 5.1.49 16 years ago
opt_table_elimination.cc Merge with MariaDB 5.1.49 16 years ago
parse_file.cc Bug#44834 strxnmov is expected to behave as you'd expect 17 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 wl#2936 - fixing problems 19 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 The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 16 years ago
protocol.cc merge with 5.1 15 years ago
protocol.h pluggable auth with plugin examples 16 years ago
records.cc Automatic merge with 5.1 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 make force really force 16 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 Recommit of Bug#49447. 16 years ago
rpl_record.h BUG#48091 valgrind errors when slave has double not null and master has double null 16 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 Renaming RELAY_LOG_INFO and st_relay_log_info to follow coding standards 19 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 Merge with MySQL 5.1.50 16 years ago
rpl_rli.h make force really force 16 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 rename maria to aria 15 years ago
set_var.h merge with 5.1 15 years ago
slave.cc merge with 5.1 15 years ago
slave.h Merge with MySQL 5.1, with following additions: 16 years ago
sp.cc merge with 5.1 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 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 merge 16 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 Fix for bug #51875: crash when loading data into geometry function polyfromwkb 16 years ago
spatial.h Bug#42733: Type-punning warnings when compiling MySQL -- 16 years ago
sql_acl.cc merge with 5.1 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 Merge polly.(none):/home/kaa/src/maint/mysql-5.0-maint 18 years ago
sql_base.cc Automatic merge 15 years ago
sql_binlog.cc Merge with MySQL 5.1.49 16 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 Automatic merge 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 with 5.1 15 years ago
sql_class.h merge with 5.1 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 with 5.1 15 years ago
sql_cursor.h Doxygenize comments. 18 years ago
sql_db.cc Merge with MySQL 5.1.49 16 years ago
sql_delete.cc Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable things that are proven stable or enable things that are not usefull. 15 years ago
sql_derived.cc Bug#42733: Type-punning warnings when compiling MySQL -- 16 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 Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
sql_error.h Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
sql_handler.cc Merge with MariaDB 5.1.49 16 years ago
sql_help.cc Fix for LP#588251: doStartTableScan() result not checked. 16 years ago
sql_insert.cc merge with 5.1 15 years ago
sql_lex.cc merge with 5.1 15 years ago
sql_lex.h merge with 5.1 15 years ago
sql_list.cc 5.1 version of a fix and test cases for bugs: 19 years ago
sql_list.h Merge with MySQL 5.1.50 16 years ago
sql_load.cc 5.1.51 merge 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.1 15 years ago
sql_partition.cc merge with 5.1 15 years ago
sql_partition.h Bug#53463: YaSSL patch appears to be reverted 16 years ago
sql_plugin.cc merged 15 years ago
sql_plugin.h --plugin_maturity command-line option 16 years ago
sql_plugin_services.h make force really force 16 years ago
sql_prepare.cc Automatic merge 15 years ago
sql_profile.cc Merge MySQL 5.1.46 into MariaDB. 16 years ago
sql_profile.h Patch set contributed by Alex Budovski (MCA) 16 years ago
sql_rename.cc Recommit of Bug#49447. 16 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 merge with 5.1 15 years ago
sql_select.h 5.1.51 merge 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 sane implementation of Key_% status variables. 15 years ago
sql_show.h Added "Sun Microsystems, Inc." to copyright headers on files modified 17 years ago
sql_sort.h Merge hynda.mysql.fi:/home/my/mysql-5.1-main 18 years ago
sql_state.c Many files: 19 years ago
sql_string.cc bugfix: engine defined table options were not showing up in INFORMATION_SCHEMA.TABLES.CREATE_OPTIONS 15 years ago
sql_string.h merge with 5.1 15 years ago
sql_table.cc merge with 5.1 15 years ago
sql_tablespace.cc make force really force 16 years ago
sql_test.cc sane implementation of Key_% status variables. 15 years ago
sql_trigger.cc Fix that one can run mysql_upgrade with long table names 16 years ago
sql_trigger.h Fix for 17 years ago
sql_udf.cc merge with 5.1 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 MySQL 5.1.49 16 years ago
sql_update.cc merge with 5.1 15 years ago
sql_view.cc merge with 5.1 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 15 years ago
strfunc.cc Updated documentation files to reflect MariaDB and not the Maria storage engine or MySQL 17 years ago
structs.h MWL#43 CREATE TABLE options (by Sanja) 16 years ago
table.cc merge with 5.1 15 years ago
table.h Automatic merge 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 Merged with mysql-5.1 tree. 17 years ago
unireg.cc Merge with MariaDB 5.1.49 16 years ago
unireg.h merge with 5.1 15 years ago