mariadb/include
Sergei Golubchik 84645366c4 ASAN loves stack, give it some
fixes these test failures in ASAN builds (in 10.1 and 10.4):
* main.signal_demo3
* main.sp
* sys_vars.max_sp_recursion_depth_func
* mroonga/storage.foreign_key_delete_existent
* mroonga/storage.foreign_key_delete_nonexistent
* mroonga/storage.foreign_key_insert_existent
* mroonga/storage.foreign_key_update_existent
* mroonga/storage.foreign_key_update_nonexistent
* mroonga/storage.function_command_auto-escape
* mroonga/storage.function_command_select
* mroonga/storage.variable_enable_operations_recording_insert
2019-03-06 15:12:11 +01:00
..
atomic Merge tag 'mariadb-10.0.20' into 10.1 2015-06-27 20:35:26 +02:00
mysql MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
big_endian.h
byte_order_generic.h
byte_order_generic_x86.h MDEV-10951 Field_newdate::cmp access violation 2016-10-25 22:35:35 +00:00
byte_order_generic_x86_64.h MDEV-10951 Field_newdate::cmp access violation 2016-10-25 22:35:35 +00:00
CMakeLists.txt Merge branch '5.5' into bb-10.0 2016-06-21 14:11:02 +02:00
decimal.h remove unneded #include's that had a dubious explanation 2015-10-24 19:58:34 +02: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 Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
keycache.h
lf.h MDEV-7728 - Improve xid cache scalability by using lock-free hash 2015-03-16 19:07:51 +04:00
little_endian.h
m_ctype.h Merge branch '10.0' into bb-10.1-merge-sanja 2018-07-25 22:24:40 +02:00
m_string.h MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2017-12-19 19:10:54 +04:00
ma_dyncol.h MDEV-7533: COLUMN_JSON() doesn't escape control characters in string values 2018-01-23 13:06:39 +01:00
maria.h Correct FSF address 2017-03-10 18:21:29 +01: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-9627 clang builds fail on i386 2018-09-04 09:19:48 +02:00
my_attribute.h
my_base.h Revert "Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80" 2017-03-06 19:17:15 +02:00
my_bit.h Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
my_bitmap.h
my_byteorder.h
my_check_opt.h
my_compare.h Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
my_compiler.h
my_context.h Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
my_cpu.h
my_crypt.h MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +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 Correct FSF address 2017-03-10 18:21:29 +01:00
my_default.h MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
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 10.0 into 10.1 2018-12-13 13:37:21 +02:00
my_handler_errors.h Revert "Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80" 2017-03-06 19:17:15 +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 ASAN loves stack, give it some 2019-03-06 15:12:11 +01:00
my_rdtsc.h MDEV-9172 - Analyze patches for IBM System z 2015-12-09 16:52:12 +04:00
my_rnd.h Correct FSF address 2017-03-10 18:21:29 +01:00
my_service_manager.h MDEV-14705: slow innodb startup/shutdown can exceed systemd timeout 2018-04-06 09:58:14 +03:00
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-10963 Fragmented BINLOG query 2019-01-24 20:44:50 +02:00
my_time.h
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 Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
my_xml.h
myisam.h Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLE 2016-08-19 09:09:07 +02:00
myisamchk.h Correct FSF address 2017-03-10 18:21:29 +01:00
myisammrg.h
myisampack.h
mysql.h Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
mysql.h.pp Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
mysql_async.h Correct FSF address 2017-03-10 18:21:29 +01:00
mysql_com.h Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03: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
mysys_err.h
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 fix failures of innodb_plugin tests in --embedded 2018-09-04 09:19:50 +02:00
sql_common.h Merge 5.5 into 10.0 2018-07-30 15:09:25 +03:00
sslopt-case.h BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING SSL CONNECTION 2017-03-10 14:11:26 +05:30
sslopt-longopts.h WL#9072: Backport WL#8785 to 5.5 2016-02-19 23:31:10 +04:00
sslopt-vars.h BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING SSL CONNECTION 2017-03-10 14:11:26 +05:30
t_ctype.h
thr_alarm.h
thr_lock.h my_b_fill, inline my_b_* functions instead of hairy macros 2015-06-02 18:53:37 +02:00
thr_timer.h
thread_pool_priv.h
typelib.h MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2017-12-19 19:10:54 +04:00
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 Correct FSF address 2017-03-10 18:21:29 +01:00
welcome_copyright_notice.h Merge branch 'mysql/5.5' into 5.5 2018-01-18 17:54:48 +01:00
wqueue.h Correct FSF address 2017-03-10 18:21:29 +01:00
wsrep.h wsrep: create a macro for the error: label 2018-10-24 14:48:08 +02:00