Browse Source
MDEV-6650 - LINT_INIT emits code in non-debug builds
MDEV-6650 - LINT_INIT emits code in non-debug builds
Replaced all references to LINT_INIT with UNINIT_VAR and LINT_INIT_STRUCT. Removed LINT_INIT macro.pull/32/head
59 changed files with 87 additions and 214 deletions
-
4BUILD/SETUP.sh
-
12client/mysql.cc
-
6client/mysqltest.cc
-
3client/readline.cc
-
13include/my_global.h
-
3libmysql/libmysql.c
-
3mysys/stacktrace.c
-
2plugin/semisync/semisync_master.cc
-
3sql-common/client.c
-
3sql/create_options.cc
-
3sql/debug_sync.cc
-
4sql/derror.cc
-
4sql/event_db_repository.cc
-
3sql/handler.cc
-
3sql/item_cmpfunc.cc
-
9sql/item_strfunc.cc
-
18sql/key.cc
-
18sql/log.cc
-
9sql/log_event.cc
-
3sql/multi_range_read.cc
-
12sql/mysqld.cc
-
4sql/opt_range.cc
-
3sql/opt_subselect.cc
-
3sql/partition_info.cc
-
3sql/slave.cc
-
4sql/sp_head.cc
-
8sql/sql_base.cc
-
3sql/sql_insert.cc
-
3sql/sql_lex.cc
-
3sql/sql_parse.cc
-
12sql/sql_select.cc
-
2sql/sql_select.h
-
2sql/sql_statistics.cc
-
3sql/sql_time.cc
-
6sql/table.cc
-
4sql/tztime.cc
-
3storage/maria/ma_bitmap.c
-
2storage/maria/ma_check.c
-
3storage/maria/ma_dynrec.c
-
2storage/maria/ma_ft_nlq_search.c
-
3storage/maria/ma_open.c
-
3storage/maria/ma_pagecache.c
-
3storage/maria/ma_range.c
-
12storage/maria/ma_rt_index.c
-
4storage/maria/ma_search.c
-
8storage/maria/ma_sort.c
-
6storage/maria/ma_update.c
-
3storage/maria/ma_write.c
-
1storage/myisam/mi_check.c
-
1storage/myisam/mi_delete.c
-
1storage/myisam/mi_open.c
-
1storage/myisam/mi_packrec.c
-
3storage/myisam/mi_search.c
-
7storage/myisam/mi_write.c
-
7storage/myisam/rt_index.c
-
9storage/myisam/sort.c
-
1storage/myisammrg/myrg_open.c
-
3storage/tokudb/ha_tokudb.cc
-
14strings/ctype-utf8.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue