mariadb/include
Sergei Petrunia 047963922c MDEV-9736: Window functions: multiple cursors to read filesort result
Add support for having multiple IO_CACHEs with type=READ_CACHE to share
the file they are reading from.
Each IO_CACHE keeps its own in-memory buffer. When doing a read or seek
operation on the file, it notifies other IO_CACHEs that the file position
has been changed.

Make Rowid_seq_cursor use cloned IO_CACHE when reading filesort result.
2016-09-24 15:12:34 +02:00
..
atomic Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
mysql Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
base64.h name clash with gnutls on on base64_encode 2016-09-12 17:51:52 +02:00
big_endian.h
byte_order_generic.h
byte_order_generic_x86.h
byte_order_generic_x86_64.h Merge branch '10.1' into 10.2 2016-02-25 18:19:55 +01:00
CMakeLists.txt Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
decimal.h Adding "const" qualifier to the argument of decimal_actual_fraction(). 2016-01-14 17:23:23 +04:00
dur_prop.h Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
errmsg.h
ft_global.h
handler_ername.h
handler_state.h
hash.h MDEV-9024 Build fails with VS2015 2015-11-06 17:27:24 +01:00
heap.h
keycache.h
lf.h MDEV-9857 - CACHE_LINE_SIZE in innodb should be 128 on POWER 2016-06-07 13:02:31 +04:00
little_endian.h
m_ctype.h MDEV-10877 xxx_unicode_nopad_ci collations 2016-09-23 14:19:07 +04:00
m_string.h MDEV-10138 Support for decimals up to 38 digits 2016-06-22 22:04:55 +03:00
ma_dyncol.h
maria.h Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
my_alarm.h MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
my_alloc.h
my_atomic.h MDEV-6150 Speed up connection speed by moving creation of THD to new thread 2016-02-07 10:34:03 +02:00
my_attribute.h
my_base.h misc after-merge changes: 2016-09-10 16:04:44 +02:00
my_bit.h cleanup 2016-02-23 10:46:16 +01:00
my_bitmap.h jemalloc compatibility 2014-10-08 00:45:41 +02:00
my_byteorder.h
my_check_opt.h 5.5 merge 2015-01-21 12:03:02 +01:00
my_compare.h MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_difference 2016-03-31 11:04:48 +04:00
my_compiler.h
my_context.h Merge branch '10.1' into 10.2 2016-03-23 22:36:46 +01:00
my_cpu.h MDEV-6450 - MariaDB crash on Power8 when built with advance tool chain 2014-08-19 19:28:35 +03:00
my_crypt.h New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
my_dbug.h dbug: correct trace for DBUG_RETURN(func()); -- gcc only 2015-11-16 07:55:55 +01:00
my_decimal_limits.h MDEV-10138 Support for decimals up to 38 digits 2016-06-22 22:04:55 +03:00
my_default.h
my_dir.h
my_getopt.h MDEV-6066: Merge new defaults from 5.6 and 5.7 2015-09-04 10:33:56 +02:00
my_global.h Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
my_handler_errors.h misc after-merge changes: 2016-09-10 16:04:44 +02:00
my_libwrap.h
my_list.h
my_md5.h encryption cleanup: small changes 2015-04-05 13:14:37 +02:00
my_net.h Fixes needed to compile with musl C library 2016-02-07 15:00:30 +02:00
my_nosys.h
my_pthread.h compiler warning 2016-09-12 17:51:48 +02:00
my_rdtsc.h MDEV-9172 - Analyze patches for IBM System z 2015-12-09 16:52:12 +04:00
my_rnd.h
my_stacktrace.h [MDEV-9127] Crash reporter often fails to show the query that crashed 2016-07-12 11:58:20 +03:00
my_sys.h MDEV-9736: Window functions: multiple cursors to read filesort result 2016-09-24 15:12:34 +02:00
my_systemd.h MDEV-427/MDEV-5713 Add systemd script with notify functionality 2015-10-12 17:51:49 +02:00
my_time.h After-review changes 2016-09-12 17:51:50 +02:00
my_tree.h Merge branch '5.5' into bb-10.0 2016-06-21 14:11:02 +02:00
my_uctype.h
my_user.h
my_valgrind.h valgrind failures 2016-09-21 10:03:16 +02:00
my_xml.h
myisam.h Merge branch '5.5' into bb-10.0 2016-06-21 14:11:02 +02:00
myisamchk.h Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
myisammrg.h
myisampack.h Optimized intkorr() and intstore(functions) for intel 64 bits. 2016-02-07 10:34:03 +02:00
mysql.h MDEV-10421 duplicate CHECK CONSTRAINTs. 2016-09-06 14:42:33 +04:00
mysql.h.pp Merge branch '10.1' into 10.2 2016-09-09 08:33:08 +02:00
mysql_async.h
mysql_com.h Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
mysql_com_server.h
mysql_embed.h
mysql_time.h
mysql_version.h.in MDEV-7067: Server outputs Galera (WSREP) information, even if Galera is disabled 2015-05-29 11:26:46 -04:00
mysqld_default_groups.h MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes) 2014-10-11 18:53:06 +02:00
mysys_err.h
pack.h Merge branch '10.2' into bb-10.2-connector-c-integ-subm 2016-09-21 12:54:56 +02:00
password.h
probes_mysql.d.base
probes_mysql.h
probes_mysql_nodtrace.h.in Merge branch '5.5' into 10.0 2016-02-15 22:50:59 +01:00
queues.h
rijndael.h
service_versions.h Merge branch 'github/10.0-galera' into 10.1 2015-12-22 10:32:33 +01:00
sha1.h
sha2.h
sql_common.h After-review changes 2016-09-12 17:51:50 +02:00
sslopt-case.h WL#9072: Backport WL#8785 to 5.5 2016-02-19 23:31:10 +04:00
sslopt-longopts.h WL#9072: Backport WL#8785 to 5.5 2016-02-19 23:31:10 +04:00
sslopt-vars.h Revert "MDEV-9293 Connector/C integration" 2016-08-19 15:46:27 +00:00
t_ctype.h
thr_alarm.h
thr_lock.h Reuse THD for new user connections 2016-06-04 09:06:00 +02:00
thr_timer.h followup changes to timeout commit 2014-10-10 22:27:36 +02:00
thread_pool_priv.h MDEV-6150 Speed up connection speed by moving creation of THD to new thread 2016-02-07 10:34:03 +02:00
typelib.h
violite.h MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. 2016-06-08 17:13:49 +00:00
waiting_threads.h
welcome_copyright_notice.h Merge branch 'mysql/5.5' into 5.5 2016-02-09 11:27:40 +01:00
wqueue.h
wsrep.h Merge branch '10.0-galera' into bb-10.1-serg 2016-02-24 01:21:40 -05:00