mariadb/include
Eugene Kosov bbfd18c691 fix unsynchronized read (#463)
* fix unsynchronized read

* use relaxed atomic instead of seq_cst
2017-10-09 23:55:05 +04:00
..
atomic MDEV-11212 - Clean-up MariaDB atomic operations 2016-12-13 16:38:20 +04:00
mysql Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03: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 Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
CMakeLists.txt MDEV-13773 client packages need my_global.h and/or my_config.h 2017-09-18 10:12:23 +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 Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
heap.h
json_lib.h MDEV-11856 json_search doesn't search for values with double quotes 2017-03-14 15:25:02 +04:00
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 Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
m_string.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
ma_dyncol.h
maria.h Fix that end_bulk_insert() doesn't write to to-be-deleted files 2017-05-17 00:34:48 +03: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 fix unsynchronized read (#463) 2017-10-09 23:55:05 +04:00
my_attribute.h
my_base.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_bit.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_bitmap.h MDEV-5800 MyISAM support for indexed vcols 2016-12-12 20:27:36 +01:00
my_byteorder.h
my_check_opt.h 5.5 merge 2015-01-21 12:03:02 +01:00
my_compare.h Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
my_compiler.h Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03:00
my_context.h Merge branch '10.1' into 10.2 2016-03-23 22:36:46 +01:00
my_cpu.h
my_crypt.h MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00
my_dbug.h don't flush dbug buffers for every assert 2017-08-28 15:33:03 +02:00
my_decimal_limits.h Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
my_default.h Correct FSF address 2017-03-10 18:21:29 +01:00
my_dir.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_getopt.h New option for slow logging (log_slow_disable_statements) 2017-08-24 01:05:51 +02:00
my_global.h Merge branch 'bb-10.2-ext' into 10.3 2017-08-26 00:34:43 +02:00
my_handler_errors.h Merge 10.2 into bb-10.2-ext 2017-09-20 17:47:49 +03: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 Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_nosys.h
my_pthread.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02: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_stacktrace.h Added DBUG_ASSERT_AS_PRINTF compile flag 2017-08-24 01:05:50 +02:00
my_sys.h Added DBUG_ASSERT_AS_PRINTF compile flag 2017-08-24 01:05:50 +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 Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_tree.h Fix that end_bulk_insert() doesn't write to to-be-deleted files 2017-05-17 00:34:48 +03:00
my_uctype.h
my_user.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_valgrind.h Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
my_xml.h
myisam.h Fix that end_bulk_insert() doesn't write to to-be-deleted files 2017-05-17 00:34:48 +03:00
myisamchk.h Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
myisammrg.h Added "const" to new data for handler::update_row() 2017-04-18 12:23:53 +03:00
myisampack.h Optimized intkorr() and intstore(functions) for intel 64 bits. 2016-02-07 10:34:03 +02:00
mysql.h Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
mysql.h.pp MDEV-11371 - column compression 2017-08-31 15:44:17 +04:00
mysql_async.h MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
mysql_com.h MDEV-11371 - column compression 2017-08-31 15:44:17 +04: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 Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
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 Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
rijndael.h
service_versions.h MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parameters 2017-09-28 17:20:46 +00:00
source_revision.h.in MDEV-12583 : Bake the git hash into the binaries. 2017-09-21 08:48:46 +00:00
sql_common.h BUG#25575605: SETTING --SSL-MODE=REQUIRED SENDS CREDENTIALS BEFORE VERIFYING SSL CONNECTION 2017-03-10 14:11:26 +05:30
ssl_compat.h MDEV-12763 10.2 uses deprecated openssl 1.0 apis even with 1.1 2017-09-18 10:12:23 +02: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 Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
thr_timer.h followup changes to timeout commit 2014-10-10 22:27:36 +02:00
thread_pool_priv.h MDEV-11418 - AliSQL: [Feature] Issue#1 KILL IDLE TRANSACTIONS 2017-03-22 19:08:24 +04:00
typelib.h Fix many -Wconversion warnings. 2017-03-07 19:07:27 +02:00
violite.h MDEV-11159 Server proxy protocol support 2017-08-22 21:08:38 +02:00
waiting_threads.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
welcome_copyright_notice.h Merge remote-tracking branch 'mysql/5.5' into 5.5 2017-04-11 10:18:04 -04:00
wqueue.h Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
wsrep.h Merge remote-tracking branch 'origin/10.0-galera' into 10.1 2017-08-21 13:35:00 +03:00