Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.2
-
None
Description
reported by marko. Like in MDEV-33220, may require -Og to reproduce
/home/marko/11.2/storage/spider/spd_conn.cc: In function 'int spider_conn_first_link_idx(THD*, long int*, long int*, uint*, int, int)':
|
/home/marko/11.2/storage/spider/spd_conn.cc:3689:21: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized]
|
3689 | DBUG_PRINT("info",("spider first link_idx=%d", result));
|
Attachments
Issue Links
- is caused by
-
MDEV-29676 Dual thread hang in 'closing tables' and 'Waiting for table metadata lock' on Spider CREATE OR REPLACE TABLE
- Closed
- relates to
-
MDEV-33220 Fix g++-13 -Wmaybe-uninitialized warnings
- Closed