.. |
share
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
add_errmsg
|
|
|
authors.h
|
MDEV-6821, MDEV-6826 - Update authors and contributors
|
2016-02-04 16:00:11 +02:00 |
bounded_queue.h
|
Fixed compiler failures and warnings
|
2016-03-20 21:00:58 +02:00 |
client_settings.h
|
Merge branch '10.1' into 10.2
|
2016-02-25 18:19:55 +01:00 |
CMakeLists.txt
|
Revert "Prepare XtraDB to be used with xtrabackup."
|
2016-10-23 00:10:37 +00:00 |
compat56.cc
|
|
|
compat56.h
|
|
|
contributors.h
|
Update contributors
|
2016-09-19 12:31:19 +04:00 |
create_options.cc
|
Merge branch '10.1' into 10.2
|
2016-06-30 16:38:05 +02:00 |
create_options.h
|
MDEV-9949 Connect Engine: long SRCDEF leads to broken table
|
2016-05-05 01:05:05 +02:00 |
custom_conf.h
|
|
|
datadict.cc
|
|
|
datadict.h
|
|
|
debug_sync.cc
|
MDEV-6353 my_ismbchar() and my_mbcharlen() refactoring
|
2016-05-17 15:27:10 +04:00 |
debug_sync.h
|
Merge branch '10.1' into 10.2
|
2016-06-30 16:38:05 +02:00 |
derror.cc
|
Merge branch '10.0' into 10.1
|
2016-08-25 12:40:09 +02:00 |
derror.h
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
des_key_file.cc
|
|
|
des_key_file.h
|
|
|
discover.cc
|
fix extension_based_table_discovery for partitioned tables
|
2016-03-21 11:43:19 +01:00 |
discover.h
|
|
|
encryption.cc
|
MDEV-11288 Server crashes in Binlog_crypt_data::init trying to feed encrypted log without decryption capabilities
|
2016-12-06 09:45:50 +01:00 |
event_data_objects.cc
|
|
|
event_data_objects.h
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
event_db_repository.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
event_db_repository.h
|
|
|
event_parse_data.cc
|
|
|
event_parse_data.h
|
|
|
event_queue.cc
|
Fix spelling: occurred, execute, which etc
|
2016-03-04 02:09:37 +02:00 |
event_queue.h
|
|
|
event_scheduler.cc
|
MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes upon
|
2016-06-20 15:17:10 +04:00 |
event_scheduler.h
|
|
|
events.cc
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
events.h
|
Merge branch '10.0' into 10.1
|
2015-11-19 15:52:14 +01:00 |
field.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
field.h
|
MDEV-11478 Result data type aggregation for pluggable data types
|
2016-12-29 11:53:14 +04:00 |
field_conv.cc
|
MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2
|
2016-10-10 14:36:09 +04:00 |
filesort.cc
|
MDEV-10811 Change design from "Item is Type_handler" to "Item has Type_handler"
|
2016-12-16 17:31:40 +04:00 |
filesort.h
|
MDEV-8989 ORDER BY optimizer ignores equality propagation
|
2016-07-01 16:44:17 +02:00 |
filesort_utils.cc
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
filesort_utils.h
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
gcalc_slicescan.cc
|
Merge branch '10.0' into 10.1
|
2016-02-23 21:35:05 +01:00 |
gcalc_slicescan.h
|
MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"
|
2016-03-18 16:55:11 +01:00 |
gcalc_tools.cc
|
Merge branch '10.0' into 10.1
|
2016-02-23 21:35:05 +01:00 |
gcalc_tools.h
|
|
|
gen_lex_hash.cc
|
MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds fail
|
2016-04-26 16:15:15 +04:00 |
gen_lex_token.cc
|
|
|
group_by_handler.cc
|
|
|
group_by_handler.h
|
|
|
gstream.cc
|
|
|
gstream.h
|
|
|
ha_partition.cc
|
bugfix: partitioning and keyread on an indexed vcol
|
2016-12-12 20:35:50 +01:00 |
ha_partition.h
|
cleanup: extra_rec_buf_length
|
2016-12-12 20:27:28 +01:00 |
handler.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
handler.h
|
cleanup: remove unused handler table flag
|
2016-12-12 20:44:46 +01:00 |
hash_filo.cc
|
|
|
hash_filo.h
|
|
|
hostname.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
hostname.h
|
MDEV-6150 Speed up connection speed by moving creation of THD to new thread
|
2016-02-07 10:34:03 +02:00 |
init.cc
|
MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in many
|
2015-12-16 19:39:00 +04:00 |
init.h
|
|
|
innodb_priv.h
|
|
|
item.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item.h
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_buff.cc
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
item_cmpfunc.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_cmpfunc.h
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_create.cc
|
cleanup: old (harmless?) typo fixed
|
2016-12-12 20:27:28 +01:00 |
item_create.h
|
|
|
item_func.cc
|
MDEV-11528 Split Item_func_min_max::val_xxx() and Item_func_min_max::get_date() into methods in Type_handler
|
2016-12-30 15:39:33 +04:00 |
item_func.h
|
MDEV-11528 Split Item_func_min_max::val_xxx() and Item_func_min_max::get_date() into methods in Type_handler
|
2016-12-30 15:39:33 +04:00 |
item_geofunc.cc
|
Partial backporting of 7b50447aa6
|
2016-07-03 11:20:46 +04:00 |
item_geofunc.h
|
bugfix: Item_func_spatial_collection::print()
|
2016-12-12 20:27:23 +01:00 |
item_inetfunc.cc
|
|
|
item_inetfunc.h
|
Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server
|
2016-08-31 16:16:54 -07:00 |
item_jsonfunc.cc
|
MDEV-11573 JSON_LENGTH returns incorrect results.
|
2016-12-24 11:40:31 +04:00 |
item_jsonfunc.h
|
MDEV-11573 JSON_LENGTH returns incorrect results.
|
2016-12-24 11:40:31 +04:00 |
item_row.cc
|
Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server
|
2016-08-31 16:16:54 -07:00 |
item_row.h
|
MDEV-11344 Split Arg_comparator::set_compare_func() into virtual methods in Type_handler
|
2016-12-16 18:23:21 +04:00 |
item_strfunc.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_strfunc.h
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_subselect.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_subselect.h
|
MDEV-11357 Split Item_cache::get_cache() into virtual methods in Type_handler
|
2016-12-16 18:23:21 +04:00 |
item_sum.cc
|
MDEV-11365 Split the data type and attribute related code in Item_sum_hybrid::fix_fields into Type_handler::Item_sum_hybrid_fix_length_and_dec()
|
2016-12-16 18:23:21 +04:00 |
item_sum.h
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
item_timefunc.cc
|
Item::print(): remove redundant parentheses
|
2016-12-12 20:44:41 +01:00 |
item_timefunc.h
|
MDEV-11672 mysql_list_field() returns wrong default values for VIEW
|
2016-12-29 07:40:49 +04:00 |
item_windowfunc.cc
|
MDEV-11357 Split Item_cache::get_cache() into virtual methods in Type_handler
|
2016-12-16 18:23:21 +04:00 |
item_windowfunc.h
|
Fixed bug mdev-10868.
|
2016-09-30 17:40:40 -07:00 |
item_xmlfunc.cc
|
MDEV-9143 JSON_xxx functions.
|
2016-10-19 14:10:03 +04:00 |
item_xmlfunc.h
|
MDEV-9143 JSON_xxx functions.
|
2016-10-19 14:10:03 +04:00 |
key.cc
|
MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference
|
2016-03-31 11:04:48 +04:00 |
key.h
|
|
|
keycaches.cc
|
|
|
keycaches.h
|
|
|
lex.h
|
cleanup: parser: s/USER/USER_SYM/
|
2016-12-12 20:27:26 +01:00 |
lex_symbol.h
|
|
|
lock.cc
|
MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES
|
2016-12-21 13:18:45 +04:00 |
lock.h
|
|
|
log.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
log.h
|
Merge branch '10.1' into 10.2
|
2016-09-09 08:33:08 +02:00 |
log_event.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
log_event.h
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
log_event_old.cc
|
fix build and some warnings
|
2016-11-24 17:36:02 +03:00 |
log_event_old.h
|
|
|
log_slow.h
|
|
|
main.cc
|
|
|
mdl.cc
|
MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES
|
2016-12-21 13:18:45 +04:00 |
mdl.h
|
MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES
|
2016-12-21 13:18:45 +04:00 |
mem_root_array.h
|
MDEV-9764: MariaDB does not limit memory used for range optimization
|
2016-05-31 17:59:04 +03:00 |
message.h
|
|
|
message.mc
|
|
|
message.rc
|
|
|
mf_iocache.cc
|
|
|
mf_iocache_encr.cc
|
|
|
MSG00001.bin
|
|
|
multi_range_read.cc
|
Merge branch '10.0' into 10.1
|
2016-08-25 12:40:09 +02:00 |
multi_range_read.h
|
|
|
my_apc.cc
|
Merge branch '10.0' into 10.1
|
2016-03-21 13:02:53 +01:00 |
my_apc.h
|
|
|
my_decimal.cc
|
|
|
my_decimal.h
|
|
|
my_json_writer.cc
|
MDEV-10665: Json_writer produces extra members in output
|
2016-08-25 19:47:38 +03:00 |
my_json_writer.h
|
|
|
mysql_install_db.cc
|
Update AskMonty and Atlassian references to MariaDB
|
2016-03-08 15:24:01 +02:00 |
mysql_upgrade_service.cc
|
|
|
mysqld.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
mysqld.h
|
store/show vcols as item->print()
|
2016-12-12 20:35:41 +01:00 |
mysqld_suffix.h
|
|
|
net_serv.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
nt_servc.cc
|
|
|
nt_servc.h
|
|
|
opt_index_cond_pushdown.cc
|
|
|
opt_range.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
opt_range.h
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
opt_range_mrr.cc
|
MDEV-10325: Queries examines all rows of a tables when it should not
|
2016-07-12 21:49:16 +03:00 |
opt_subselect.cc
|
MDEV-11357 Split Item_cache::get_cache() into virtual methods in Type_handler
|
2016-12-16 18:23:21 +04:00 |
opt_subselect.h
|
|
|
opt_sum.cc
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
opt_table_elimination.cc
|
cleanup: change Item::walk() to take void* not uchar*
|
2016-06-30 11:43:02 +02:00 |
parse_file.cc
|
General spell fixing in comments and strings
|
2016-06-08 14:17:23 +03:00 |
parse_file.h
|
Merge branch '10.0' into 10.1
|
2016-09-28 17:55:28 +02:00 |
partition_element.h
|
MDEV-8348: Add catchall to all table partitioning for list partitions
|
2016-09-07 17:26:36 +02:00 |
partition_info.cc
|
cleanup: remove dead (half-merged) code from partition_info.*
|
2016-12-12 20:27:27 +01:00 |
partition_info.h
|
cleanup: remove dead (half-merged) code from partition_info.*
|
2016-12-12 20:27:27 +01:00 |
password.c
|
|
|
plistsort.c
|
|
|
procedure.cc
|
|
|
procedure.h
|
Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server
|
2016-08-31 16:16:54 -07:00 |
protocol.cc
|
MDEV-11672 mysql_list_field() returns wrong default values for VIEW
|
2016-12-29 07:40:49 +04:00 |
protocol.h
|
MDEV-9947: COM_MULTI united response
|
2016-05-17 13:31:33 +02:00 |
records.cc
|
cleanup: don't update_virtual_fields from READ_RECORD
|
2016-12-12 20:27:31 +01:00 |
records.h
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
repl_failsafe.cc
|
|
|
repl_failsafe.h
|
|
|
replication.h
|
|
|
rpl_constants.h
|
|
|
rpl_filter.cc
|
Merge branch '10.0' into 10.1
|
2016-12-11 09:53:42 +01:00 |
rpl_filter.h
|
|
|
rpl_gtid.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
rpl_gtid.h
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
rpl_handler.cc
|
|
|
rpl_handler.h
|
|
|
rpl_injector.cc
|
Merge branch '10.0' into 10.1
|
2015-11-19 15:52:14 +01:00 |
rpl_injector.h
|
|
|
rpl_mi.cc
|
MDEV-7145: Delayed replication, cleanup some code
|
2016-10-14 23:15:59 +02:00 |
rpl_mi.h
|
Back-port Master_info::using_parallel() to 10.0.
|
2016-11-15 23:00:11 +01:00 |
rpl_parallel.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
rpl_parallel.h
|
Merge branch '10.0' into 10.1
|
2016-03-21 13:02:53 +01:00 |
rpl_record.cc
|
Merge branch '10.0' into 10.0-galera
|
2016-04-29 16:50:58 -04:00 |
rpl_record.h
|
|
|
rpl_record_old.cc
|
|
|
rpl_record_old.h
|
|
|
rpl_reporting.cc
|
Merge branch '5.5' into 10.0
|
2016-02-15 22:50:59 +01:00 |
rpl_reporting.h
|
|
|
rpl_rli.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
rpl_rli.h
|
MDEV-7145: Delayed replication
|
2016-10-16 23:44:44 +02:00 |
rpl_tblmap.cc
|
|
|
rpl_tblmap.h
|
|
|
rpl_utility.cc
|
Merge branch '10.1' into 10.2
|
2016-02-25 18:19:55 +01:00 |
rpl_utility.h
|
|
|
scheduler.cc
|
cleanup: thread_count
|
2016-06-04 09:06:00 +02:00 |
scheduler.h
|
MDEV-6150 Speed up connection speed by moving creation of THD to new thread
|
2016-02-07 10:34:03 +02:00 |
session_tracker.cc
|
MDEV-6112 multiple triggers per table
|
2016-10-05 01:11:07 +03:00 |
session_tracker.h
|
MDEV-8931: (server part of) session state tracking
|
2016-08-31 17:17:46 +02:00 |
set_var.cc
|
MDEV-8931: (server part of) session state tracking
|
2016-08-31 17:17:46 +02:00 |
set_var.h
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sha2.cc
|
|
|
signal_handler.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
slave.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
slave.h
|
Control the Maximum speed(KB/s) to read binlog from master
|
2016-10-19 13:51:08 +02:00 |
sp.cc
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sp.h
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sp_cache.cc
|
|
|
sp_cache.h
|
|
|
sp_head.cc
|
MDEV-11245 Move prepare_create_field and sp_prepare_create_field() as methods to Column_definition
|
2016-12-16 18:23:16 +04:00 |
sp_head.h
|
MDEV-11245 Move prepare_create_field and sp_prepare_create_field() as methods to Column_definition
|
2016-12-16 18:23:16 +04:00 |
sp_pcontext.cc
|
A joint patch for:
|
2015-11-25 11:22:10 +04:00 |
sp_pcontext.h
|
Removing sp_variable::type, as it was always set to the same value with
|
2015-11-26 15:04:55 +04:00 |
sp_rcontext.cc
|
MDEV-11357 Split Item_cache::get_cache() into virtual methods in Type_handler
|
2016-12-16 18:23:21 +04:00 |
sp_rcontext.h
|
|
|
spatial.cc
|
Bug#23280059: ITEM_ROW::ILLEGAL_METHOD_CALL(CONST CHAR*):
|
2016-07-19 08:03:09 +05:30 |
spatial.h
|
General spell fixing in comments and strings
|
2016-06-08 14:17:23 +03:00 |
sql_acl.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_acl.h
|
[MDEV-7978] Updated syntax for SHOW CREATE USER
|
2016-03-08 16:55:17 +02:00 |
sql_admin.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_admin.h
|
|
|
sql_alter.cc
|
various cleanups
|
2016-06-30 11:43:02 +02:00 |
sql_alter.h
|
MDEV-10421 duplicate CHECK CONSTRAINTs.
|
2016-09-06 14:42:33 +04:00 |
sql_analyse.cc
|
MDEV-10138 Support for decimals up to 38 digits
|
2016-06-22 22:04:55 +03:00 |
sql_analyse.h
|
|
|
sql_analyze_stmt.cc
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
sql_analyze_stmt.h
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
sql_array.h
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
sql_audit.cc
|
fix build and some warnings
|
2016-11-24 17:36:02 +03:00 |
sql_audit.h
|
fix most annoying warnings on Windows
|
2016-03-22 18:46:02 +01:00 |
sql_base.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_base.h
|
cleanup: remove now-unused TABLE::merge_keys
|
2016-12-12 20:27:37 +01:00 |
sql_basic_types.h
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sql_binlog.cc
|
MDEV-11065: Compressed binary log. Fix BINLOG statement.
|
2016-11-03 13:37:15 +01:00 |
sql_binlog.h
|
|
|
sql_bitmap.h
|
MDEV-9021: MYSQLD SEGFAULTS WHEN BUILT USING --WITH-MAX-INDEXES=128
|
2015-11-09 09:28:00 -05:00 |
sql_bootstrap.cc
|
|
|
sql_bootstrap.h
|
|
|
sql_builtin.cc.in
|
|
|
sql_cache.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_cache.h
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_callback.h
|
|
|
sql_class.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
sql_class.h
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_client.cc
|
|
|
sql_cmd.h
|
MDEV-10585 EXECUTE IMMEDIATE statement
|
2016-10-08 12:32:52 +04:00 |
sql_connect.cc
|
Revert "MDEV-9293 Connector/C integration"
|
2016-08-19 15:46:27 +00:00 |
sql_connect.h
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
sql_const.h
|
MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard
|
2016-06-30 11:43:02 +02:00 |
sql_crypt.cc
|
|
|
sql_crypt.h
|
|
|
sql_cte.cc
|
Fixed bug mdev-11278.
|
2016-11-13 14:56:29 -08:00 |
sql_cte.h
|
Fixed bug mdev-10883.
|
2016-09-24 21:05:36 -07:00 |
sql_cursor.cc
|
Fixed bug mdev-11081.
|
2016-11-21 10:33:39 -08:00 |
sql_cursor.h
|
|
|
sql_db.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_db.h
|
|
|
sql_delete.cc
|
bugfix: multi-UPDATE, vcols, const tables
|
2016-12-12 20:27:38 +01:00 |
sql_delete.h
|
|
|
sql_derived.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_derived.h
|
The consolidated patch for mdev-9197.
|
2016-08-23 00:39:12 +03:00 |
sql_digest.cc
|
|
|
sql_digest.h
|
|
|
sql_digest_stream.h
|
|
|
sql_do.cc
|
Merge branch '10.2' into 10.2-mdev9864
|
2016-05-08 23:04:41 +03:00 |
sql_do.h
|
|
|
sql_error.cc
|
MDEV-9114: Bulk operations (Array binding)
|
2016-11-02 15:07:52 +01:00 |
sql_error.h
|
MDEV-9114: Bulk operations (Array binding)
|
2016-11-02 15:07:52 +01:00 |
sql_explain.cc
|
MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSON
|
2016-08-08 23:02:52 +03:00 |
sql_explain.h
|
MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSON
|
2016-08-08 23:02:52 +03:00 |
sql_expression_cache.cc
|
|
|
sql_expression_cache.h
|
|
|
sql_get_diagnostics.cc
|
|
|
sql_get_diagnostics.h
|
|
|
sql_handler.cc
|
MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES
|
2016-12-21 13:18:45 +04:00 |
sql_handler.h
|
|
|
sql_help.cc
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sql_help.h
|
|
|
sql_hset.h
|
|
|
sql_insert.cc
|
cleanup: remove unused handler table flag
|
2016-12-12 20:44:46 +01:00 |
sql_insert.h
|
bugfix: UPDATE and virtual BLOBs
|
2016-12-12 20:27:38 +01:00 |
sql_join_cache.cc
|
bugfix: move vcol calculations down into the handler
|
2016-12-12 20:27:38 +01:00 |
sql_join_cache.h
|
|
|
sql_lex.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_lex.h
|
Moving LEX::set_last_field_type() to Column_definition::set_attributes()
|
2016-12-16 18:33:57 +04:00 |
sql_lifo_buffer.h
|
|
|
sql_list.cc
|
|
|
sql_list.h
|
fix the method name
|
2016-06-04 09:06:00 +02:00 |
sql_load.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_load.h
|
|
|
sql_locale.cc
|
Merge branch '10.0' into 10.1
|
2016-05-04 15:23:26 +02:00 |
sql_locale.h
|
Merge branch '10.1' into 10.2
|
2016-06-30 16:38:05 +02:00 |
sql_manager.cc
|
|
|
sql_manager.h
|
|
|
sql_parse.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_parse.h
|
Merge branch '10.1' into 10.2
|
2016-06-30 16:38:05 +02:00 |
sql_partition.cc
|
bugfix: table->get_fields_in_item_tree=true
|
2016-12-12 20:27:39 +01:00 |
sql_partition.h
|
cleanup: set_field_ptr()
|
2016-12-12 20:27:33 +01:00 |
sql_partition_admin.cc
|
MDEV-5535: Cannot reopen temporary table
|
2016-06-10 18:39:43 -04:00 |
sql_partition_admin.h
|
|
|
sql_plist.h
|
|
|
sql_plugin.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_plugin.h
|
MDEV-9312: storage engine not enforced during galera cluster replication
|
2016-11-07 11:53:56 -05:00 |
sql_plugin_compat.h
|
|
|
sql_plugin_services.ic
|
Fix to ensure updates in gtid_slave_state table do not get binlogged.
|
2016-02-24 23:32:37 -05:00 |
sql_prepare.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_prepare.h
|
MDEV-9114: Bulk operations (Array binding)
|
2016-11-02 15:07:52 +01:00 |
sql_priv.h
|
MDEV-10174: Make the fix for MDEV-8989 enabled by default in 10.2
|
2016-09-24 15:27:56 +03:00 |
sql_profile.cc
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
sql_profile.h
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
sql_reload.cc
|
Merge branch '10.1' into 10.2
|
2016-09-09 08:33:08 +02:00 |
sql_reload.h
|
|
|
sql_rename.cc
|
Merge branch '10.1' into 10.2
|
2016-09-09 08:33:08 +02:00 |
sql_rename.h
|
|
|
sql_repl.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_repl.h
|
Set server_id to 1 by default and disallow to set it to 0
|
2016-08-29 20:28:06 +03:00 |
sql_select.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_select.h
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sql_servers.cc
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
sql_servers.h
|
|
|
sql_show.cc
|
MDEV-11066 use MySQL terminology for "virtual columns"
|
2016-12-12 20:35:51 +01:00 |
sql_show.h
|
MDEV-8931: (server part of) session state tracking
|
2016-08-31 17:17:46 +02:00 |
sql_signal.cc
|
fix build and some warnings
|
2016-11-24 17:36:02 +03:00 |
sql_signal.h
|
|
|
sql_sort.h
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
sql_state.c
|
|
|
sql_statistics.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_statistics.h
|
MDEV-10957: Assertion failure when dropping a myisam table
|
2016-12-19 15:55:55 -05:00 |
sql_string.cc
|
MDEV-11298 Split Item_func_hex::val_str_ascii() into virtual methods in Type_handler
|
2016-12-16 18:33:54 +04:00 |
sql_string.h
|
MDEV-11298 Split Item_func_hex::val_str_ascii() into virtual methods in Type_handler
|
2016-12-16 18:33:54 +04:00 |
sql_table.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
sql_table.h
|
MDEV-11245 Move prepare_create_field and sp_prepare_create_field() as methods to Column_definition
|
2016-12-16 18:23:16 +04:00 |
sql_tablespace.cc
|
|
|
sql_tablespace.h
|
|
|
sql_test.cc
|
compilation warning
|
2016-06-30 11:43:02 +02:00 |
sql_test.h
|
MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into virtual methods in Type_handler
|
2016-01-12 17:03:29 +04:00 |
sql_time.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sql_time.h
|
Merge branch '10.0' into 10.1
|
2016-02-23 21:35:05 +01:00 |
sql_trigger.cc
|
cleanup: remove dead (half-merged) code from partition_info.*
|
2016-12-12 20:27:27 +01:00 |
sql_trigger.h
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sql_truncate.cc
|
|
|
sql_truncate.h
|
|
|
sql_type.cc
|
Fixing minor problems in the patch for MDEV-11478 (shortint vs smallint)
|
2016-12-30 21:13:34 +04:00 |
sql_type.h
|
MDEV-11528 Split Item_func_min_max::val_xxx() and Item_func_min_max::get_date() into methods in Type_handler
|
2016-12-30 15:39:33 +04:00 |
sql_udf.cc
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
sql_udf.h
|
Merge branch '10.0' into 10.1
|
2015-12-21 21:24:22 +01:00 |
sql_union.cc
|
Fixed bug mdev-11081.
|
2016-11-21 10:33:39 -08:00 |
sql_union.h
|
|
|
sql_update.cc
|
bugfix: UPDATE and virtual BLOBs
|
2016-12-12 20:27:38 +01:00 |
sql_update.h
|
|
|
sql_view.cc
|
Use sql_mode_t for sql_mode.
|
2016-10-05 01:11:08 +03:00 |
sql_view.h
|
Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.
|
2015-12-21 12:13:39 -08:00 |
sql_window.cc
|
Post-review addition to the fix for mdev-10868.
|
2016-09-30 17:40:42 -07:00 |
sql_window.h
|
Fixed bug mdev-10868.
|
2016-09-30 17:40:40 -07:00 |
sql_yacc.yy
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
strfunc.cc
|
MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference
|
2016-03-31 11:04:48 +04:00 |
strfunc.h
|
|
|
structs.h
|
cleanup: fix a comment
|
2016-12-12 20:27:27 +01:00 |
sys_vars.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
sys_vars.ic
|
Merge branch '10.1' into 10.2
|
2016-09-09 08:33:08 +02:00 |
sys_vars_shared.h
|
|
|
table.cc
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
table.h
|
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
|
2016-12-30 13:55:47 +04:00 |
table_cache.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
table_cache.h
|
MDEV-10296 - Multi-instance table cache
|
2016-09-16 18:41:21 +04:00 |
temporary_tables.cc
|
cleanup: unused open_table_from_share() flags
|
2016-12-12 20:27:30 +01:00 |
thr_malloc.cc
|
MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()
|
2015-11-26 11:34:17 +04:00 |
thr_malloc.h
|
MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()
|
2015-11-26 11:34:17 +04:00 |
threadpool.h
|
MDEV-10297 Add priorization to threadpool
|
2016-09-22 17:01:28 +00:00 |
threadpool_common.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
threadpool_generic.cc
|
MDEV-10297 Add priorization to threadpool
|
2016-09-22 17:01:28 +00:00 |
threadpool_win.cc
|
MDEV-10297 Add priorization to threadpool
|
2016-09-22 17:01:28 +00:00 |
transaction.cc
|
Fixed embedded server.
|
2016-09-08 22:41:50 +02:00 |
transaction.h
|
Fixed embedded server.
|
2016-09-08 22:41:50 +02:00 |
tzfile.h
|
|
|
tztime.cc
|
Reuse THD for new user connections
|
2016-06-04 09:06:00 +02:00 |
tztime.h
|
|
|
udf_example.c
|
|
|
udf_example.def
|
|
|
uniques.cc
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
uniques.h
|
Removed TABLE->sort to make it possible to have multiple active calls to
|
2016-03-22 23:44:52 +02:00 |
unireg.cc
|
rename Virtual_column_info::expr_item
|
2016-12-12 20:35:48 +01:00 |
unireg.h
|
cleanup: unused open_table_from_share() flags
|
2016-12-12 20:27:30 +01:00 |
winservice.c
|
MDEV-10118 : do not suggest upgrade from MySQL 5.7 to MariaDB 10.x in the installer. Do not lauch upgrade wizard after installation
|
2016-05-24 23:15:00 +02:00 |
winservice.h
|
|
|
wsrep_applier.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
wsrep_applier.h
|
MDEV-9618 solaris sparc build fails on 10.1.
|
2016-06-27 18:02:28 +04:00 |
wsrep_binlog.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
wsrep_binlog.h
|
Merge branch '10.0-galera' into bb-10.1-serg
|
2016-08-25 15:39:39 -04:00 |
wsrep_check_opts.cc
|
Cleanup around wsrep system variables.
|
2016-07-30 14:40:47 -04:00 |
wsrep_dummy.cc
|
Fix to ensure updates in gtid_slave_state table do not get binlogged.
|
2016-02-24 23:32:37 -05:00 |
wsrep_hton.cc
|
Merge branch '10.1' into 10.2
|
2016-09-09 08:33:08 +02:00 |
wsrep_mysqld.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
wsrep_mysqld.h
|
MDEV-11479 Improved wsrep_dirty_reads
|
2016-12-14 09:30:43 +05:30 |
wsrep_notify.cc
|
Cleanup around wsrep system variables.
|
2016-07-30 14:40:47 -04:00 |
wsrep_priv.h
|
Merge branch '10.1' into 10.2
|
2016-06-30 16:38:05 +02:00 |
wsrep_sst.cc
|
Merge branch '10.1' into 10.2
|
2016-12-29 13:23:18 +01:00 |
wsrep_sst.h
|
MDEV-10492: Assertion failure on shutdown when wsrep_sst_auth set in config
|
2016-08-03 13:36:12 -04:00 |
wsrep_thd.cc
|
MDEV-9114: Bulk operations (Array binding)
|
2016-11-02 15:07:52 +01:00 |
wsrep_thd.h
|
|
|
wsrep_utils.cc
|
MDEV-10442: "Address already in use" on restart
|
2016-11-21 16:20:10 -05:00 |
wsrep_utils.h
|
Merge branch '10.1' into 10.2
|
2016-06-30 16:38:05 +02:00 |
wsrep_var.cc
|
MDEV-8791 - AIX: Unresolved Symbols during linking
|
2016-10-31 12:18:23 +04:00 |
wsrep_var.h
|
Merge branch '10.1' into 10.2
|
2016-09-09 08:33:08 +02:00 |
wsrep_xid.cc
|
MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno
|
2016-05-31 20:37:00 -04:00 |
wsrep_xid.h
|
MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno
|
2016-05-31 20:37:00 -04:00 |