mariadb/storage/maria
Sergei Golubchik 8bee7c16c8 compiler warnings (clang 4.0.1 on i386)
extra/mariabackup/fil_cur.cc:361:42: warning: format specifies type 'unsigned long' but the argument has type 'ib_int64_t' (aka 'long long') [-Wformat]
extra/mariabackup/fil_cur.cc:376:9: warning: format specifies type 'unsigned long' but the argument has type 'ib_int64_t' (aka 'long long') [-Wformat]
sql/handler.cc:6196:45: warning: format specifies type 'unsigned long' but the argument has type 'wsrep_trx_id_t' (aka 'unsigned long long') [-Wformat]
sql/log.cc:1681:16: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
sql/log.cc:1687:16: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
sql/wsrep_sst.cc:1388:86: warning: format specifies type 'long' but the argument has type 'wsrep_seqno_t' (aka 'long long') [-Wformat]
sql/wsrep_sst.cc:232:86: warning: format specifies type 'long' but the argument has type 'wsrep_seqno_t' (aka 'long long') [-Wformat]
storage/connect/filamdbf.cpp:450:47: warning: format specifies type 'short' but the argument has type 'int' [-Wformat]
storage/connect/filamdbf.cpp:970:47: warning: format specifies type 'short' but the argument has type 'int' [-Wformat]
storage/connect/inihandl.cpp:197:16: warning: address of array 'key->name' will always evaluate to 'true' [-Wpointer-bool-conversion]
storage/innobase/btr/btr0scrub.cc:151:17: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/innobase/buf/buf0buf.cc:5085:8: warning: nonnull parameter 'bpage' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion]
storage/innobase/fil/fil0crypt.cc:2454:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/innobase/handler/ha_innodb.cc:18685:7: warning: format specifies type 'unsigned long' but the argument has type 'wsrep_trx_id_t' (aka 'unsigned long long') [-Wformat]
storage/innobase/row/row0mysql.cc:3319:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/innobase/row/row0mysql.cc:3327:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/maria/ma_norec.c:35:10: warning: implicit conversion from 'int' to 'my_bool' (aka 'char') changes value from 131 to -125 [-Wconstant-conversion]
storage/maria/ma_norec.c:42:10: warning: implicit conversion from 'int' to 'my_bool' (aka 'char') changes value from 131 to -125 [-Wconstant-conversion]
storage/maria/ma_test2.c:1009:12: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
storage/maria/ma_test2.c:1010:12: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
storage/mroonga/ha_mroonga.cpp:9189:44: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
storage/mroonga/vendor/groonga/lib/expr.c:4987:22: warning: comparison of constant -1 with expression of type 'grn_operator' is always false [-Wtautological-constant-out-of-range-compare]
storage/xtradb/btr/btr0scrub.cc:151:17: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/xtradb/buf/buf0buf.cc:5047:8: warning: nonnull parameter 'bpage' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion]
storage/xtradb/fil/fil0crypt.cc:2454:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/xtradb/row/row0mysql.cc:3324:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
storage/xtradb/row/row0mysql.cc:3332:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
unittest/sql/mf_iocache-t.cc:120:35: warning: format specifies type 'unsigned long' but the argument has type 'int' [-Wformat]
unittest/sql/mf_iocache-t.cc:96:35: note: expanded from macro 'INFO_TAIL'
2018-09-04 09:19:48 +02:00
..
unittest MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
CMakeLists.txt encryption cleanup: small changes 2015-04-05 13:14:37 +02:00
file_formats.txt Fixed compiler warnings 2008-02-22 17:22:56 +02:00
ft_maria.c Correct FSF address 2017-03-10 18:21:29 +01:00
ha_maria.cc MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
ha_maria.h Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
lockman.c Correct FSF address 2017-03-10 18:21:29 +01:00
lockman.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_bitmap.c Fixed performance problem with Aria in find_head() 2018-02-17 18:04:59 +02:00
ma_blockrec.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
ma_blockrec.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_cache.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_changed.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_check.c Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
ma_check_standalone.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_checkpoint.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_checkpoint.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_checksum.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_close.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
ma_commit.c MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
ma_commit.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_control_file.c Merge branch '10.0-galera' into 10.1 2018-06-12 19:39:37 +03:00
ma_control_file.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_create.c cleanup: reduce code duplication 2017-09-27 10:18:06 +02:00
ma_crypt.c Fixed warnings and one memory loss found by valgrind 2016-02-02 19:54:18 +02:00
ma_crypt.h encryption cleanup: small changes 2015-04-05 13:14:37 +02:00
ma_dbug.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_delete.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_delete_all.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_delete_table.c MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_key’" when -DWITHOUT_SERVER=1 2017-04-20 16:36:23 +02:00
ma_dynrec.c Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-05-07 13:49:14 +03:00
ma_extra.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
ma_ft_boolean_search.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_eval.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_eval.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_nlq_search.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_parser.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_stem.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_test1.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_test1.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ft_update.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_ftdefs.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_fulltext.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_info.c MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
ma_init.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_key.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-06-20 16:57:21 +04:00
ma_key_recover.c MDEV-13459 Warnings, when compiling with gcc-7.x 2017-10-17 07:37:39 +02:00
ma_key_recover.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_keycache.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_locking.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_loghandler.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-06-19 14:04:53 +04:00
ma_loghandler.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_loghandler_lsn.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_norec.c compiler warnings (clang 4.0.1 on i386) 2018-09-04 09:19:48 +02:00
ma_open.c Merge branch '10.0-galera' into 10.1 2018-06-12 19:39:37 +03:00
ma_packrec.c Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
ma_page.c Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
ma_pagecache.c Merge branch '10.0' into 10.1 2017-07-07 11:30:03 +02:00
ma_pagecache.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_pagecaches.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_pagecrc.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_panic.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_preload.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_range.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_recovery.c MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
ma_recovery.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_recovery_util.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_recovery_util.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rename.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rfirst.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rkey.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rlast.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rnext.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rnext_same.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rprev.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rrnd.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rsame.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rsamepos.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_index.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_index.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_key.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_key.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_mbr.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_mbr.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_split.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_rt_test.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_scan.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_search.c Merge 10.0 into 10.1 2018-01-03 20:41:34 +02:00
ma_servicethread.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_servicethread.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_sort.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_sp_defs.h Correct FSF address 2017-03-10 18:21:29 +01:00
ma_sp_key.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_sp_test.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_state.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
ma_state.h Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
ma_static.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_statrec.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_test1.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_test2.c compiler warnings (clang 4.0.1 on i386) 2018-09-04 09:19:48 +02:00
ma_test3.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_test_all.res Fixes for redo/undo logging of key pages 2007-11-20 17:42:16 +02:00
ma_test_all.sh makes mi_test_all.sh & ma_test_all.sh working (MDEV-285) 2012-09-25 13:45:11 +03:00
ma_test_big.sh UNDO of rows now puts back all part of the row on their original pages and positions 2007-12-30 22:40:03 +02:00
ma_test_force_start.pl CRLF->LF 2015-06-02 22:07:47 +02:00
ma_test_recovery Added versioning of row data 2008-04-10 05:26:36 +03:00
ma_trnman.h Fixes for Aria transaction handling with lock tables 2018-05-22 23:05:48 +03:00
ma_unique.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_update.c Correct FSF address 2017-03-10 18:21:29 +01:00
ma_write.c Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
maria_chk.c MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
maria_def.h MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexes 2018-08-27 22:00:14 +03:00
maria_dump_log.c MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
maria_ftdump.c Correct FSF address 2017-03-10 18:21:29 +01:00
maria_pack.c MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
maria_read_log.c MDEV-14265 - RPMLint warning: shared-lib-calls-exit 2018-03-16 13:26:52 +04:00
maria_rename.sh Added storage/maria (based on MyISAM). WL#3245 2006-04-11 16:45:10 +03:00
tablockman.c Correct FSF address 2017-03-10 18:21:29 +01:00
tablockman.h Correct FSF address 2017-03-10 18:21:29 +01:00
test_pack Added storage/maria (based on MyISAM). WL#3245 2006-04-11 16:45:10 +03:00
trnman.c Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
trnman.h Merge remote-tracking branch 'origin/10.0' into 10.1 2018-05-24 11:08:02 +03:00
trnman_public.h Correct FSF address 2017-03-10 18:21:29 +01:00