MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
This report presents the forensic synthetic code analysis of mysql/mysql-server, a C++ project with 12,406 GitHub stars. SynthScan v2.0 examined 6,511,749 lines of code across 25918 source files, recording 35767 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 5.4 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 35767 distinct pattern matches across 21 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | CMakeLists.txt | 1 | # Copyright (c) 2006, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | CMakeLists.txt | 941 | # Default ON if we are building server-side plugins. | COMMENT |
| LOW | CMakeLists.txt | 1041 | # Intended use is primarily to silence warnings from third-party code. | COMMENT |
| LOW | CMakeLists.txt | 1321 | ${COMPRESS_DEBUG_SECTIONS_DEFAULT}) | COMMENT |
| LOW | CMakeLists.txt | 1361 | STRING_APPEND(CMAKE_CXX_FLAGS_RELWITHDEBINFO " -g1") | COMMENT |
| LOW | CMakeLists.txt | 1761 | COMMENT | |
| LOW | CMakeLists.txt | 1861 | ELSE() | COMMENT |
| LOW | CMakeLists.txt | 2181 | # make "bundled" builds work as well. | COMMENT |
| LOW | CMakeLists.txt | 2341 | STRING_APPEND(CMAKE_CXX_COMPILE_OBJECT " --language=c++ ") | COMMENT |
| LOW | CMakeLists.txt | 2441 | ext::icu | COMMENT |
| LOW | CMakeLists.txt | 2881 | SKIP_INSTALL | COMMENT |
| LOW | man/CMakeLists.txt | 1 | # Copyright (c) 2006, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/rpm-fedora/CMakeLists.txt | 1 | # Copyright (c) 2012, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/rpm-sles/CMakeLists.txt | 1 | # Copyright (c) 2012, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/deb-in/CMakeLists.txt | 1 | # Copyright (c) 2016, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/rpm-docker/CMakeLists.txt | 1 | # Copyright (c) 2012, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/rpm-oel/CMakeLists.txt | 1 | # Copyright (c) 2012, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/WiX/CMakeLists.txt | 1 | # Copyright (c) 2010, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/WiX/router/CMakeLists.txt | 1 | # Copyright (c) 2010, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/solaris/CMakeLists.txt | 1 | # Copyright (c) 2012, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | packaging/solaris/postinstall-solaris.sh | 1 | #!/bin/sh | COMMENT |
| LOW | packaging/rpm-common/my_config.h | 1 | /* | COMMENT |
| LOW | packaging/rpm-common/my_config.h | 21 | #include "my_config_s390.h" | COMMENT |
| LOW | packaging/rpm-common/CMakeLists.txt | 1 | # Copyright (c) 2016, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/CMakeLists.txt | 1 | # Copyright (c) 2010, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/mytap/CMakeLists.txt | 1 | # Copyright (c) 2006, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/mytap/t/CMakeLists.txt | 1 | # Copyright (c) 2010, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/examples/CMakeLists.txt | 1 | # Copyright (c) 2006, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/examples/CMakeLists.txt | 21 | # along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/fake_table.h | 21 | along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/fake_table.h | 41 | #include "my_alloc.h" | COMMENT |
| LOW | unittest/gunit/CMakeLists.txt | 1 | # Copyright (c) 2010, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/test_utils.h | 21 | along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/optimizer_test.h | 21 | along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/optimizer_test.h | 41 | #include "my_table_map.h" | COMMENT |
| LOW | unittest/gunit/fake_integer_iterator.h | 21 | GNU General Public License, version 2.0, for more details. | COMMENT |
| LOW | unittest/gunit/gis_testshapes.h | 1 | #ifndef UNITTEST_GUNIT_GIS_TESTSHAPES_H_INCLUDED | COMMENT |
| LOW | unittest/gunit/fake_string_iterator.h | 21 | GNU General Public License, version 2.0, for more details. | COMMENT |
| LOW | unittest/gunit/dd.h | 21 | along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/dd.h | 41 | #include "sql/dd/types/parameter.h" | COMMENT |
| LOW | unittest/gunit/locks/CMakeLists.txt | 1 | # Copyright (c) 2020, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libmysqlgcs/CMakeLists.txt | 1 | # Copyright (c) 2016, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/group_replication/CMakeLists.txt | 1 | # Copyright (c) 2014, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/memory/CMakeLists.txt | 1 | # Copyright (c) 2020, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/binlogevents/CMakeLists.txt | 1 | # Copyright (c) 2019, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/changestreams/CMakeLists.txt | 1 | # Copyright (c) 2021, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/ranges/CMakeLists.txt | 1 | # Copyright (c) 2024, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/strconv/CMakeLists.txt | 1 | # Copyright (c) 2024, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/serialization/CMakeLists.txt | 1 | # Copyright (c) 2023, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/scheduler/CMakeLists.txt | 1 | # Copyright (c) 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/meta/CMakeLists.txt | 1 | # Copyright (c) 2023, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/utils/CMakeLists.txt | 1 | # Copyright (c) 2023, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/math/CMakeLists.txt | 1 | # Copyright (c) 2024, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/concurrency/CMakeLists.txt | 1 | # Copyright (c) 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/sets/test_two_containers.h | 1 | // Copyright (c) 2024, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/sets/test_two_containers.h | 21 | // along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/libs/sets/test_two_containers.h | 41 | /// User should pass two containers to test, and a function that computes a | COMMENT |
| LOW | unittest/gunit/libs/sets/test_one_container.h | 1 | // Copyright (c) 2024, 2026, Oracle and/or its affiliates. | COMMENT |
| LOW | unittest/gunit/libs/sets/test_one_container.h | 21 | // along with this program; if not, write to the Free Software | COMMENT |
| LOW | unittest/gunit/libs/sets/set_assertions.h | 1 | // Copyright (c) 2024, 2026, Oracle and/or its affiliates. | COMMENT |
| 34230 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | plugin/x/src/ngs/socket_events.h | 32 | #include "mysql/harness/net_ts.h" | COMMENT |
| MEDIUM | …ost/boost_1_87_0/boost/multiprecision/cpp_int/misc.hpp | 640 | // Essentially this uses the leading digit(s) of U and V | COMMENT |
| MEDIUM | …ost_1_87_0/boost/polygon/detail/voronoi_predicates.hpp | 51 | // Compute robust cross_product: a1 * b2 - b1 * a2. | COMMENT |
| MEDIUM | …ost_1_87_0/boost/polygon/detail/voronoi_predicates.hpp | 214 | // Represents the result of the epsilon robust predicate. If the | COMMENT |
| MEDIUM⚡ | …ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp | 18 | // Epsilon robust predicates give the result within some epsilon relative | COMMENT |
| MEDIUM⚡ | …ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp | 20 | // To make algorithm robust and efficient epsilon robust predicates are | COMMENT |
| MEDIUM⚡ | …ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp | 24 | // robust predicates have undefined value. | COMMENT |
| MEDIUM⚡ | …ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp | 32 | // interval within which epsilon robust predicates have undefined result | COMMENT |
| MEDIUM | …ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp | 50 | // epsilon robust comparator class is used to store floating point values | COMMENT |
| MEDIUM | …st_1_87_0/boost/signals2/detail/slot_call_iterator.hpp | 72 | // Generates a slot call iterator. Essentially, this is an iterator that: | COMMENT |
| MEDIUM | …st_1_87_0/boost/atomic/detail/extra_fp_ops_generic.hpp | 95 | //! Negate implementation for IEEE 754 / IEC 559 floating point types. We leverage the fact that the sign bit is the mos | COMMENT |
| MEDIUM | …/boost/boost_1_87_0/boost/math/optimization/cma_es.hpp | 187 | // We should consider the more robust initialization described there. . . | COMMENT |
| MEDIUM | …7_0/boost/math/optimization/differential_evolution.hpp | 115 | // However, we tried using std::async (which should be robust to this particular problem), | COMMENT |
| MEDIUM | …h/quadrature/detail/ooura_fourier_integrals_detail.hpp | 24 | // Ooura and Mori, A robust double exponential formula for Fourier-type integrals, | COMMENT |
| MEDIUM | …h/quadrature/detail/ooura_fourier_integrals_detail.hpp | 44 | // Ooura and Mori, A robust double exponential formula for Fourier-type integrals, | COMMENT |
| MEDIUM | …h/quadrature/detail/ooura_fourier_integrals_detail.hpp | 156 | // A robust double exponential formula for Fourier-type integrals. | COMMENT |
| MEDIUM | extra/boost/boost_1_87_0/boost/container/vector.hpp | 2322 | //Absolutely experimental. This function might change, disappear or simply crash! | COMMENT |
| MEDIUM | extra/boost/boost_1_87_0/boost/hana/fwd/prepend.hpp | 38 | //! > more nuanced and bears its name better for e.g. `hana::optional`. | COMMENT |
| MEDIUM | extra/boost/boost_1_87_0/boost/numeric/ublas/banded.hpp | 201 | return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensions | CODE |
| MEDIUM | extra/boost/boost_1_87_0/boost/numeric/ublas/banded.hpp | 1321 | return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensions | CODE |
| MEDIUM | …boost/boost_1_87_0/boost/detail/utf8_codecvt_facet.hpp | 48 | // Essentially, each library will have its own copy of utf8 code, in | COMMENT |
| MEDIUM | …oost_1_87_0/boost/fiber/detail/spinlock_ttas_futex.hpp | 86 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …t_1_87_0/boost/fiber/detail/spinlock_ttas_adaptive.hpp | 95 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …_0/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp | 92 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …oost/boost_1_87_0/boost/fiber/detail/spinlock_ttas.hpp | 89 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …ost/geometry/algorithms/detail/relate/linear_areal.hpp | 929 | // the solution similar to exit_watcher would be more robust | COMMENT |
| MEDIUM | …ost/geometry/algorithms/detail/relate/linear_areal.hpp | 967 | // TODO: think about the implementation of the more robust version | COMMENT |
| MEDIUM | …st_1_87_0/boost/geometry/policies/relate/direction.hpp | 91 | // THIS IS EQUAL TO arrival_a, arrival_b - they probably can go now we have robust fractions | COMMENT |
| MEDIUM | …boost/geometry/policies/relate/intersection_points.hpp | 91 | // The conditions "index < 2" are necessary for non-robust handling, | COMMENT |
| MEDIUM | …87_0/boost/geometry/strategy/cartesian/side_robust.hpp | 64 | \details This predicate determines at which side of a segment a point lies using an algorithm that is adapted from orien | CODE |
| MEDIUM | …boost/geometry/strategy/cartesian/in_circle_robust.hpp | 29 | \details This predicate determines whether a fourth point lies inside the circumcircle of the first three points using a | CODE |
| MEDIUM | …/boost/geometry/strategy/cartesian/side_non_robust.hpp | 69 | //non-robust 1 | COMMENT |
| MEDIUM | …/boost/geometry/strategy/cartesian/side_non_robust.hpp | 77 | //non-robust 2 | COMMENT |
| MEDIUM | …boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp | 1890 | // Compilers are not aware of how to leverage the maximum value of | COMMENT |
| MEDIUM | …boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp | 2497 | // Compilers are not aware of how to leverage the maximum value of | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 345 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 5483 | # Sed substitution that helps us do robust quoting. It backslashifies | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 9453 | # This code stresses the "libraries are programs" paradigm to its | COMMENT |
| MEDIUM | …tra/gperftools/gperftools-2.15/src/check_address-inl.h | 68 | // have second more robust method. | COMMENT |
| MEDIUM | extra/gperftools/gperftools-2.15/src/base/sysinfo.h | 59 | // On some platforms, this call will utilize the same, static buffer for | COMMENT |
| MEDIUM | …est-1.17.0/googletest/include/gtest/gtest-death-test.h | 152 | // This implementation is *not* meant to be as highly tuned or robust | COMMENT |
| MEDIUM | …est-1.17.0/googletest/include/gtest/gtest-death-test.h | 224 | // In practice, this can be used to test functions that utilize the | COMMENT |
| MEDIUM | ….0/api/include/opentelemetry/trace/span_startoptions.h | 45 | // more nuanced parent identification: | COMMENT |
| MEDIUM | …de/opentelemetry/nostd/internal/absl/base/attributes.h | 41 | // are not defined as such in any file). To utilize the following | COMMENT |
| MEDIUM | …clude/opentelemetry/nostd/internal/absl/base/options.h | 42 | // Diamond dependency problems can be avoided if all packages utilize the same | COMMENT |
| MEDIUM | …seil/abseil-cpp-20250814.1/absl/debugging/stacktrace.h | 27 | // Note: stack traces in Abseil that do not utilize a symbolizer will result in | COMMENT |
| MEDIUM | …a/abseil/abseil-cpp-20250814.1/absl/meta/type_traits.h | 477 | // If it ever becomes possible to detect [[gsl::Owner]], we should leverage it: | COMMENT |
| MEDIUM | …a/abseil/abseil-cpp-20250814.1/absl/meta/type_traits.h | 510 | // If it ever becomes possible to detect [[gsl::Pointer]], we should leverage | COMMENT |
| MEDIUM | …a/abseil/abseil-cpp-20250814.1/absl/meta/type_traits.h | 528 | // we should change the implementation to leverage that. | COMMENT |
| MEDIUM | …bseil/abseil-cpp-20250814.1/absl/log/scoped_mock_log.h | 57 | // // Simple robust setup, ignores unexpected logs. | COMMENT |
| MEDIUM | extra/abseil/abseil-cpp-20250814.1/absl/log/check.h | 29 | // compromise. It is also more robust and portable to deliberately terminate | COMMENT |
| MEDIUM | …tra/abseil/abseil-cpp-20250814.1/absl/log/absl_check.h | 27 | // compromise. It is also more robust and portable to deliberately terminate | COMMENT |
| MEDIUM | …il-cpp-20250814.1/absl/random/bernoulli_distribution.h | 161 | // greater than or equal to 1, the same would be true for `p`. Certainly `p` | COMMENT |
| MEDIUM | …il-cpp-20250814.1/absl/random/internal/nanobenchmark.h | 19 | // prediction hit rates. Uses a robust estimator to summarize the measurements. | COMMENT |
| MEDIUM | …il-cpp-20250814.1/absl/random/internal/nanobenchmark.h | 45 | // which is more robust to outliers and skewed data than the mean or median. | COMMENT |
| MEDIUM | extra/abseil/abseil-cpp-20250814.1/absl/base/options.h | 39 | // Diamond dependency problems can be avoided if all packages utilize the same | COMMENT |
| MEDIUM | …seil/abseil-cpp-20250814.1/absl/base/internal/poison.h | 48 | // Non-optimized builds may use more robust implementation. Note that we can't | COMMENT |
| MEDIUM | extra/icu/icu-release-77-1/source/common/locmap.cpp | 1173 | // The purpose of this function is to leverage the Windows platform name->lcid | COMMENT |
| LOW | …/icu/icu-release-77-1/source/common/unicode/platform.h | 62 | * Solution: #define any defines for non @internal API here, so that they are visible in the docs. If you just set PRED | COMMENT |
| MEDIUM | extra/icu/icu-release-77-1/source/i18n/decNumberLocal.h | 48 | #define DECCHECK 0 /* 1 to enable robust checking */ | COMMENT |
| 480 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packaging/solaris/postinstall-solaris.sh | 108 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | packaging/solaris/postinstall-solaris.sh | 118 | # ---------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/tools/ndb_size.pl | 33 | # ---------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/predoxy.pl | 31 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/predoxy.pl | 33 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/postdoxy.pl | 31 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/postdoxy.pl | 33 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/postdoxy.pl | 58 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/postdoxy.pl | 60 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/postdoxy.pl | 95 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | storage/ndb/docs/doxygen/postdoxy.pl | 97 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 157 | # -------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 183 | # ---------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 192 | # -------------------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 378 | # --------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 523 | # ------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 572 | # --------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 618 | # ---------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 641 | # -------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 665 | # ------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 689 | # ------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 722 | # ------------------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 734 | # -------------------------------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 755 | # ---------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 774 | # -------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 783 | # ------------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 819 | # ----------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 832 | # ----------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 844 | # ----------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 855 | # --------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 881 | # --------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 929 | # ------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 967 | # ------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1057 | # -------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1073 | # -------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1138 | # ---------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1218 | # ----------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1253 | # ------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1264 | # ---------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1317 | # ------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1338 | # --------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1368 | # ----------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1393 | # ------------------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1422 | # ---------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1443 | # ------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1456 | # ----------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1469 | # ---------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1494 | # ----------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1511 | # --------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1640 | # ----------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1652 | # --------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1669 | # ------------------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1681 | # --------------------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1699 | # --------------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1813 | # ---------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1825 | # --------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1858 | # -------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1879 | # --------------------------- | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1999 | # ------------------------------ | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2028 | # ---------------------- | COMMENT |
| 473 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | support-files/mysql.server.sh | 3 | # This file is public domain and comes with NO WARRANTY of any kind | COMMENT |
| MEDIUM | storage/ndb/test/rqg/oj_schema_mod.sproc.sql | 30 | ## Create a mix if 'CREATE INDEX' | 'CREATE UNIQUE INDEX [USING HASH] ' | COMMENT |
| MEDIUM | storage/ndb/test/rqg/runall.sh | 196 | ## Create a mix if 'CREATE INDEX' | 'CREATE UNIQUE INDEX [USING HASH] ' | COMMENT |
| MEDIUM | storage/ndb/include/ndbapi/Ndb.hpp | 132 | -# Define the standard operation type, using NdbOperation::readTuple() | CODE |
| MEDIUM | storage/ndb/include/ndbapi/Ndb.hpp | 250 | -# Define the standard operation type, using NdbScanOperation::readTuples() | CODE |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 77 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1541 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1559 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2755 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2765 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2788 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2798 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2823 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 2963 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 7758 | # Create the object directory. | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 10431 | # Create the old-style object. | COMMENT |
| MEDIUM | extra/libedit/libedit-20240808-3.1/ltmain.sh | 10451 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 77 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 1541 | # This file is dual licensed under the terms of the MIT license | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 1559 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 2748 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 2758 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 2781 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 2791 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 2816 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 2956 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 7751 | # Create the object directory. | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 10424 | # Create the old-style object. | COMMENT |
| MEDIUM | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 10444 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | scripts/mysqld_safe.sh | 3 | # This file is public domain and comes with NO WARRANTY of any kind | COMMENT |
| MEDIUM | scripts/mysql_system_tables_fix.sql | 42 | # Create a user mysql.infoschema@localhost as the owner of views in information_schema. | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 1286 | # Create a separate list for tests sourcing 'not_parallel.inc' | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 1564 | # Create a directory to store build thread id files | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 2709 | # Create the tempdir in $opt_tmpdir | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 3597 | # Create an environment variable to make it possible | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 3601 | # Create an environment variable to make it possible | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 4487 | # Create the bootstrap.sql file | COMMENT |
| MEDIUM | mysql-test/mysql-test-run.pl | 7501 | # Create the servers tmpdir | COMMENT |
| MEDIUM | mysql-test/mysql-stress-test.pl | 884 | #Initialize session variables | COMMENT |
| MEDIUM | mysql-test/include/server_option_test.pm | 2 | # This module contains functions which will support the testing of mysqld options givven on command line | COMMENT |
| MEDIUM | mysql-test/include/server_option_test.pm | 119 | # Create a mini config file including the option to be tested. | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 443 | ## Create a list of disabled tests from implicit disabled.def files and other | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 520 | # Create a copy of the disabled hash. Use copy to iterate and, | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 743 | # Create a duplicate test object | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 752 | # Create a new test object identical to the original one. | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 841 | # Create a new test object for each combination and return an array | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 859 | # Create a new test object. | COMMENT |
| MEDIUM | mysql-test/lib/mtr_cases.pm | 1672 | # Create a new test object for each combination | COMMENT |
| MEDIUM | mysql-test/lib/My/Platform.pm | 132 | # Create a tempfile name with same length as "path" | COMMENT |
| MEDIUM | mysql-test/lib/My/SafeProcess/Base.pm | 87 | # Create a new process and return pid of the new process. | COMMENT |
| MEDIUM⚡ | …router/include/schema/mrs_metadata_schema-version4.sql | 4297 | # Create an event to delete old audit_log entries that are older than 14 days | COMMENT |
| MEDIUM⚡ | …router/include/schema/mrs_metadata_schema-version4.sql | 4307 | # Create an event to dump the audit log every 15 minutes | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | storage/innobase/include/detail/ut/aligned_alloc.h | 580 | // this function will still be suitably over-aligned as requested. Both of | COMMENT |
| HIGH | extra/boost/boost_1_87_0/boost/timer/config.hpp | 18 | // enable dynamic or static linking as requested --------------------------------------// | COMMENT |
| HIGH | …_1_87_0/boost/dynamic_bitset/detail/dynamic_bitset.hpp | 102 | // Automatically generated by GPTableGen.exe v.1.0 | COMMENT |
| HIGH | extra/boost/boost_1_87_0/boost/system/config.hpp | 38 | // enable dynamic or static linking as requested --------------------------------------// | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 27 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 51 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 72 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 96 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 119 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 140 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 161 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp | 182 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | …a/boost/boost_1_87_0/boost/thread/detail/singleton.hpp | 20 | // a class on demand, then dish it out as requested. | COMMENT |
| HIGH | …boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp | 1444 | // For the case of chars_format::scientific, print as many 0's as requested after the decimal dot, and t | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | storage/ndb/test/run-test/autotest-run.sh | 204 | # Check if executables in $install_dir0 is executable at current | COMMENT |
| LOW | storage/ndb/src/common/transporter/SHM_Transporter.hpp | 103 | * -# Check if the segment is setup | COMMENT |
| LOW | storage/ndb/src/common/transporter/SHM_Transporter.hpp | 104 | * -# Check if the server set it up | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 379 | # Check if we can use backslash as IFS='\' separator, and set | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 666 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 690 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 856 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 1074 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 4167 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | extra/libedit/libedit-20240808-3.1/ltmain.sh | 10154 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/rbbicst.pl | 206 | # Assign numbers to each of the character classes classes used. | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 379 | # Check if we can use backslash as IFS='\' separator, and set | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 666 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 690 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 856 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 1074 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 4160 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | extra/tirpc/libtirpc-1.3.5/ltmain.sh | 10147 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 1357 | # Check if there exist any non-parallel tests which should | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 1388 | # Check if test suite timer expired | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 1587 | # Check if directory already exists | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 2032 | # Read the file and store it in a string. | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 2079 | # Check if we should speed up tests by trying to run on tmpfs | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 2114 | # Check if opt_mem is set to any of the built-in list of tmpfs | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 2145 | # Check if "parallel" options is set | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 2151 | # Check if parallel value is a positive number or "auto". | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 2855 | # Check if libtool is available in this distribution/clone | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 3145 | # Set environment to be used by childs of this process for things that | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 3792 | # Check if detected platform conforms to the rules specified | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 3810 | # Check if running as root i.e a file can be read regardless what mode | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 3915 | # Check if this is MySQL Cluster, ie. mysql version extra string | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 4256 | # Close the file | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5163 | # Check if servers need to be reinitialized for the test. | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5490 | # Check if check-testcase should be run | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5558 | # Check if the test tool requests that an analyze script should be run | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5594 | # Check if it was an expected crash | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5607 | # Check if it was secondary engine server that died | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5628 | # Check if it was a server that died | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 5672 | # Check if testcase timer expired | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 6224 | # Check if crash expected by looking at the .expect file in var/tmp | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 6632 | # Check if the option 'log-error' is found in the .cnf file | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 7169 | # Check if timezone of test that server was started | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 7276 | # Check if any remaining servers need restart | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 8070 | # Set exe to debuggername | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 8078 | # Set exe to debuggername | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 6009 | $Fwarn = undef; # Close file | CODE |
| LOW | mysql-test/mysql-stress-test.pl | 893 | #Check if tests_file was modified and reread it in this case | COMMENT |
| LOW | mysql-test/lib/mtr_report.pm | 916 | # Print message to screen if verbose is defined | COMMENT |
| LOW | mysql-test/lib/mtr_report.pm | 930 | # Print the message to screen reusing output buffer i.e use | COMMENT |
| LOW | mysql-test/lib/mtr_process.pl | 111 | # Check if it died after the fork() was successful | COMMENT |
| LOW | mysql-test/lib/mtr_unique.pm | 89 | # Close the file opened in the current iteration. | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases_from_list.pm | 77 | # Check if path value specified is a relative path | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases_from_list.pm | 83 | # Check if path to test file exists | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases_from_list.pm | 86 | # Check if test file is inside the base directory | COMMENT |
| LOW | mysql-test/lib/mtr_results.pm | 119 | # Print results for current test, then reset (So calling a second time | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases.pm | 356 | # Check if file is present at out of the source build mysql-test dir. | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases.pm | 360 | # Check if file is present at the source mysql-test/collections dir | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases.pm | 364 | # Check if file is present at the internal mysql-test dir | COMMENT |
| LOW⚡ | mysql-test/lib/mtr_cases.pm | 368 | # Check if file is present at the internal cloud mysql-test dir | COMMENT |
| LOW | mysql-test/lib/mtr_cases.pm | 140 | ## Check if the test name format in a disabled.def file is correct. The | COMMENT |
| 25 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp | 6268 | * AT LEAST ONE NODE HAS FAILED DURING THE TRANSACTION. WE NEED TO CHECK IF | COMMENT |
| LOW | libs/mysql/scheduler/commit_order_clock.cpp | 49 | // we need to check if we need to move m_clock or not | COMMENT |
| LOW | libs/mysql/binlog/event/statement_events.cpp | 477 | We need to check if this is from an old server | CODE |
| LOW | libs/mysql/binlog/event/statement_events.h | 538 | This variable stores the default collation for the utf8mb4 character set. | CODE |
| LOW | extra/boost/boost_1_87_0/boost/math/complex/atanh.hpp | 107 | // This section handles exception cases that would normally cause | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 945 | //Step 1: put new elements in the back | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 948 | //Step 2: sort them | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 951 | //Step 3: only left unique values from the back not already present in the original range | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 960 | //Step 4: merge both ranges | COMMENT |
| LOW | …/geometry/algorithms/detail/buffer/buffer_policies.hpp | 231 | // Neither we need to check if they are inside concave helper pieces | COMMENT |
| LOW | …boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp | 494 | // To compute ceil(2^Q * x / D), we need to check if | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1602 | // Step 1: Schubfach multiplier calculation | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1631 | // Step 2: Try larger divisor; remove trailing zeros if necessary | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1696 | // Step 3: Find the significand with the smaller divisor | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1843 | // Step 1: Schubfach multiplier calculation | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1881 | // Step 2: Try larger divisor; remove trailing zeros if necessary | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1931 | // Step 3: Find the significand with the smaller divisor | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1946 | // Step 1: Schubfach multiplier calculation | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1963 | // Step 2: Try larger divisor; remove trailing zeros if necessary | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1998 | // Step 3: Find the significand with the small divisor | COMMENT |
| LOW⚡ | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 115 | // Step 2: Determine the interval of legal decimal representations. | COMMENT |
| LOW⚡ | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 122 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 228 | // Step 4: Find the shortest decimal representation in the interval of legal representations. | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 371 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 549 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/uidna.cpp | 316 | // Step 4: if the source is ASCII then proceed to step 8 | COMMENT |
| LOW⚡ | extra/icu/icu-release-77-1/source/common/uidna.cpp | 364 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | extra/icu/icu-release-77-1/source/common/uidna.cpp | 366 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/ucnv2022.cpp | 430 | /* The purpose of this function is to get around gcc compiler warnings. */ | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/locmap.cpp | 1173 | // The purpose of this function is to leverage the Windows platform name->lcid | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/dtptngen.cpp | 685 | // We need to check if there is an hour cycle on locale | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/uregexc.cpp | 9 | * description: The purpose of this function is to separate the codepage | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/tzgnames.cpp | 935 | // then we need to check if the name is same with the location name. | COMMENT |
| LOW | sql/item_cmpfunc.h | 1711 | The purpose of this function is to be able to get elements of this | CODE |
| LOW | sql/sp_head.h | 641 | @param argcount Number of passed arguments. We need to check if | CODE |
| LOW | sql/join_optimizer/optimizer_trace.h | 86 | // we need to check if m_segments.size() == 1 to know that we are on | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | libs/scripts/impl/check.py | 0 | setup the argumentparser object to parse command line options. parameters ---------- :param parser: the argparse.argumen | STRING |
| HIGH | libs/scripts/impl/move.py | 0 | setup the argumentparser object to parse command line options. parameters ---------- :param parser: the argparse.argumen | STRING |
| HIGH | libs/scripts/impl/create.py | 0 | setup the argumentparser object to parse command line options. parameters ---------- :param parser: the argparse.argumen | STRING |
| HIGH | libs/scripts/impl/check.py | 0 | validate command-line arguments after they have been parsed. parameters ---------- :param opt: the argparse.namespace ob | STRING |
| HIGH | libs/scripts/impl/create.py | 0 | validate command-line arguments after they have been parsed. parameters ---------- :param opt: the argparse.namespace ob | STRING |
| HIGH | libs/scripts/impl/move.py | 0 | validate command-line arguments after they have been parsed. parameters ---------- :param opt: the argparse.namespace ob | STRING |
| HIGH | extra/boost/boost_1_87_0/boost/outcome/outcome_gdb.py | 0 | for when you want to return a synthetic string from children() | STRING |
| HIGH | extra/boost/boost_1_87_0/boost/outcome/outcome_gdb.h | 0 | for when you want to return a synthetic string from children() | STRING |
| HIGH | …boost/outcome/experimental/status-code/status_code.hpp | 0 | for when you want to return a synthetic string from children() | STRING |
| HIGH | …st/outcome/experimental/status-code/status_code_gdb.py | 0 | for when you want to return a synthetic string from children() | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | storage/ndb/src/ndbapi/ClusterMgr.cpp | 1029 | auto *dummy_data = new Uint32[sec_max_len]; | CODE |
| LOW⚡ | storage/ndb/src/ndbapi/ClusterMgr.cpp | 1031 | dummy_data[i] = fill_word; | CODE |
| LOW⚡ | storage/ndb/src/ndbapi/ClusterMgr.cpp | 1034 | ptr[i].p = dummy_data; | CODE |
| LOW | storage/ndb/src/ndbapi/ClusterMgr.cpp | 1055 | delete[] dummy_data; | CODE |
| LOW | libs/mysql/ranges/flat_view.h | 46 | /// `std::ranges::range`). `T` can be thought of as a "placeholder" from which | COMMENT |
| LOW | extra/boost/boost_1_87_0/boost/url/url_base.hpp | 840 | assert( url( "http://user:pass@example.com" ).remove_password().authority().buffer() == "user@example.com" ); | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 89 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 89 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 123 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 123 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 156 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 156 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 190 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | extra/libcbor/libcbor-0.11.0/test/string_test.c | 190 | &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum non | CODE |
| LOW | …-test/suite/router/include/schema/functions_schema.sql | 14 | CREATE TABLE `func_schema`.`dummy_data` ( | CODE |
| LOW | …-test/suite/router/include/schema/functions_schema.sql | 126 | INSERT INTO `func_schema`.`dummy_data` (`value`) VALUES(value); | CODE |
| LOW | …-test/suite/router/include/schema/functions_schema.sql | 133 | INSERT INTO `func_schema`.`dummy_data` (`value`) VALUES("value"); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 67 | select * from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 72 | select * from `proc_schema`.`dummy_data` WHERE id > 1 and id < 5; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 73 | select count(*) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 78 | select min(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 79 | select max(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 80 | select * from `proc_schema`.`dummy_data` where id=(select max(id) from `proc_schema`.`dummy_data`); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 85 | select min(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 86 | select max(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 87 | select * from `proc_schema`.`dummy_data` where id=(select max(id) from `proc_schema`.`dummy_data`); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 93 | SET v=(select min(id) from `proc_schema`.`dummy_data`); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 98 | select * from `proc_schema`.`dummy_data` where id = (select max(id) from `proc_schema`.`dummy_data`); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 99 | SET v=(select min(id) from `proc_schema`.`dummy_data`); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 322 | INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`) | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 330 | INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`) | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 333 | select min(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 338 | INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`) | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 341 | select min(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 347 | INSERT INTO `proc_schema`.`dummy_data` (`name`) | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 350 | SET v=(select min(id) from `proc_schema`.`dummy_data`); | CODE |
| LOW⚡ | …test/suite/router/include/schema/procedures_schema.sql | 351 | select min(id) from `proc_schema`.`dummy_data`; | CODE |
| LOW | …test/suite/router/include/schema/procedures_schema.sql | 14 | CREATE TABLE `proc_schema`.`dummy_data` ( | CODE |
| LOW | …test/suite/router/include/schema/procedures_schema.sql | 22 | INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …clude/mysql/components/services/bits/psi_metric_bits.h | 90 | typedef measurement_delivery_callback(*measurement_delivery_callback_t); | CODE |
| LOW | include/mysql/psi/mysql_rwlock.h | 55 | @def mysql_prlock_assert_write_owner(M) | CODE |
| LOW | include/mysql/psi/mysql_rwlock.h | 68 | @def mysql_prlock_assert_not_write_owner(M) | CODE |
| LOW | include/mysql/psi/mysql_mutex.h | 117 | @def mysql_mutex_assert_not_owner(M) | CODE |
| LOW | include/mysql/psi/mysql_file.h | 425 | @def mysql_file_create_with_symlink(K, P1, P2, P3, P4, P5) | CODE |
| LOW | include/mysql/psi/mysql_file.h | 440 | @def mysql_file_delete_with_symlink(K, P1, P2) | CODE |
| LOW | include/mysql/psi/mysql_file.h | 454 | @def mysql_file_rename_with_symlink(K, P1, P2, P3) | CODE |
| LOW | include/mysql/psi/mysql_telemetry_logs_client.h | 56 | @def mysql_log_client_register(P1, P2, P3) | CODE |
| LOW | include/mysql/psi/mysql_telemetry_logs_client.h | 71 | @def mysql_log_client_unregister(P1, P2) | CODE |
| LOW | include/mysql/psi/mysql_telemetry_logs_client.h | 87 | @def mysql_log_client_check_enabled(P1, P2) | CODE |
| LOW | include/mysql/psi/mysql_metric.h | 86 | @def mysql_meter_notify_register(P1) | CODE |
| LOW | include/mysql/psi/mysql_metric.h | 99 | @def mysql_meter_notify_unregister(P1) | CODE |
| LOW | include/mysql/psi/mysql_thread.h | 167 | @def mysql_thread_set_peer_port() | CODE |
| LOW | include/mysql/psi/mysql_thread.h | 179 | @def mysql_thread_set_secondary_engine() | CODE |
| LOW | storage/ndb/include/ndbapi/Ndb.hpp | 1275 | /** Note: The getter function getEventBufferQueueEmptyEpoch() is | COMMENT |
| LOW | sql-common/client_async_authentication.h | 98 | typedef mysql_state_machine_status (*authsm_function)(mysql_async_auth *); | CODE |
| LOW | sql-common/client_async_authentication.h | 147 | typedef mysql_state_machine_status (*csm_function)(mysql_async_connect *); | CODE |
| LOW | libs/scripts/impl/git.py | 35 | def get_git_unclean_workdir_files() -> List[str]: | CODE |
| LOW | libs/scripts/impl/git.py | 44 | def require_clean_git_workdir(*, force: bool, error_message: str) -> None: | CODE |
| LOW | libs/scripts/impl/cmakelists.py | 63 | def require_library_cmakelists(path: str) -> str: | CODE |
| LOW | libs/scripts/impl/cmakelists.py | 82 | def require_no_library_cmakelists(path: str) -> None: | CODE |
| LOW | libs/scripts/impl/cmakelists.py | 94 | def cmakelists_file_section_definition(section): | CODE |
| LOW | libs/scripts/impl/cmakelists.py | 166 | def append_create_library_to_cmakelists(cmakelists: str) -> None: | CODE |
| LOW | libs/scripts/impl/cmakelists.py | 185 | def remove_create_library_from_cmakelists(cmakelists: str) -> None: | STRING |
| LOW | libs/scripts/impl/cmakelists.py | 272 | def remove_library_from_parent(lib_path): | CODE |
| LOW | libs/scripts/impl/file_edit.py | 129 | def multi_replace_in_file_from_dict_with_warning( | CODE |
| LOW | libs/scripts/impl/move.py | 48 | def fix_cmakelists_after_moving_source_or_header( | STRING |
| LOW | libs/scripts/impl/move.py | 199 | def fix_after_moving_directory( | STRING |
| LOW | libs/scripts/impl/move.py | 233 | def fix_after_moving_cmakelists( | STRING |
| LOW | libs/scripts/impl/move.py | 242 | def fix_after_moving_directory_tree( | CODE |
| LOW | libs/scripts/impl/move.py | 378 | def warn_if_moved_source_from_library(*, old: str, new: str) -> None: | CODE |
| LOW | libs/scripts/impl/file_system.py | 148 | def validate_current_directory() -> None: | CODE |
| LOW | libs/scripts/impl/readme_warning.py | 33 | def warn_library_parent_readme(*, old: str | None, new: str | None) -> None: | CODE |
| LOW | libs/scripts/impl/file_name.py | 35 | def split_existing_nonexisting_path(path: str) -> Tuple[str, str]: | CODE |
| LOW | libs/scripts/test/test_framework.py | 161 | def compute_canonical_fixture(fixture_spec: str) -> str: | CODE |
| LOW | libs/scripts/test/test_framework.py | 327 | def _execute_and_expect_error(self, *, command: str) -> None: | CODE |
| LOW | …st/boost_1_87_0/boost/unordered/unordered_printers.hpp | 279 | ".ascii \"def boost_unordered_build_pretty_printer():\\n\"\n" | CODE |
| LOW | …st_1_87_0/boost/interprocess/interprocess_printers.hpp | 49 | ".ascii \"def boost_interprocess_build_pretty_printer():\\n\"\n" | CODE |
| LOW | extra/boost/boost_1_87_0/boost/outcome/outcome_gdb.py | 27 | def synthesise_gdb_value_from_string(s): | CODE |
| LOW | extra/boost/boost_1_87_0/boost/outcome/outcome_gdb.h | 40 | ".ascii \"def synthesise_gdb_value_from_string(s):\\n\"\n" | CODE |
| LOW | …boost/outcome/experimental/status-code/status_code.hpp | 731 | ".ascii \"def synthesise_gdb_value_from_string(s):\\n\"\n" | CODE |
| LOW | …st/outcome/experimental/status-code/status_code_gdb.py | 5 | def synthesise_gdb_value_from_string(s): | CODE |
| LOW | extra/curl/curl-8.14.1/lib/vtls/sectransp.c | 2224 | The function SecTrustGetCertificateAtIndex() is officially present | CODE |
| LOW | …ra/json/json-3.12.0/tools/serve_header/serve_header.py | 243 | class HeaderRequestHandler(SimpleHTTPRequestHandler): # lgtm[py/missing-call-to-init] | CODE |
| LOW | …xt/include/opentelemetry/ext/http/server/http_server.h | 120 | class HttpRequestHandler : public std::pair<std::string, HttpRequestCallback *> | CODE |
| LOW | …l_rest_service/src/mrs/authentication/oauth2_handler.h | 64 | class RequestHandler { | CODE |
| LOW | …mysql_rest_service/src/mrs/rest/rest_request_handler.h | 50 | class RestRequestHandler : public ::http::base::RequestHandler { | CODE |
| LOW | router/src/rest_api/src/rest_api.h | 39 | class RestApiHttpRequestHandler : public http::base::RequestHandler { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | storage/ndb/test/crund/java/ClusterjAB.java | 582 | // [java] at com.mysql.clusterj.core.query.PropertyImpl.equal(PropertyImpl.java:88) | COMMENT |
| CRITICAL | storage/ndb/test/crund/java/IB.java | 59 | [java] at com.mysql.clusterj.core.SessionImpl.insert(SessionImpl.java:283) | CODE |
| CRITICAL | …c/main/java/com/mysql/clusterj/tie/DictionaryImpl.java | 184 | com.mysql.ndbjtie.ndbapi.NdbDictionary.DictionaryConst.List.delete(indexList); | CODE |
| CRITICAL | ….12.0/.github/workflows/comment_check_amalgamation.yml | 56 | const opts = github.rest.issues.listForRepo.endpoint.merge({ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 945 | //Step 1: put new elements in the back | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 948 | //Step 2: sort them | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 951 | //Step 3: only left unique values from the back not already present in the original range | COMMENT |
| LOW⚡ | …oost/boost_1_87_0/boost/container/detail/flat_tree.hpp | 960 | //Step 4: merge both ranges | COMMENT |
| LOW | extra/boost/boost_1_87_0/boost/hof/mutable.hpp | 23 | /// NOTE: This function should be used with caution since many functions are | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1602 | // Step 1: Schubfach multiplier calculation | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1631 | // Step 2: Try larger divisor; remove trailing zeros if necessary | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1696 | // Step 3: Find the significand with the smaller divisor | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1843 | // Step 1: Schubfach multiplier calculation | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1881 | // Step 2: Try larger divisor; remove trailing zeros if necessary | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1931 | // Step 3: Find the significand with the smaller divisor | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1946 | // Step 1: Schubfach multiplier calculation | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1963 | // Step 2: Try larger divisor; remove trailing zeros if necessary | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp | 1998 | // Step 3: Find the significand with the small divisor | COMMENT |
| LOW⚡ | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 115 | // Step 2: Determine the interval of legal decimal representations. | COMMENT |
| LOW⚡ | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 122 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 228 | // Step 4: Find the shortest decimal representation in the interval of legal representations. | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 371 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp | 549 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …ftools/gperftools-2.15/src/windows/auto_testing_hook.h | 84 | // NOTE: This function is only safe for e.g. unit tests and _not_ for | COMMENT |
| LOW | extra/abseil/abseil-cpp-20250814.1/absl/status/status.h | 497 | // NOTE: This function should only be called when converting to an associated | COMMENT |
| LOW | extra/abseil/abseil-cpp-20250814.1/absl/status/status.h | 588 | // NOTE: This function does nothing if the Status is ok. | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/uidna.cpp | 316 | // Step 4: if the source is ASCII then proceed to step 8 | COMMENT |
| LOW⚡ | extra/icu/icu-release-77-1/source/common/uidna.cpp | 364 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | extra/icu/icu-release-77-1/source/common/uidna.cpp | 366 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | …icu/icu-release-77-1/source/i18n/number_scientific.cpp | 85 | // NOTE: This method is only called one place, NumberRangeFormatterImpl. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | extra/boost/boost_1_87_0/boost/container/string.hpp | 544 | //! In this implementation, basic_string has performance characteristics very similar to | COMMENT |
| HIGH⚡ | extra/boost/boost_1_87_0/boost/container/string.hpp | 548 | //! In this implementation, begin(), | COMMENT |
| HIGH⚡ | extra/boost/boost_1_87_0/boost/container/string.hpp | 550 | //! In this implementation, iterators are only invalidated by member functions that | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | include/my_command.h | 98 | /* don't forget to update std::string Command_names::m_names[] in sql_parse.cc | COMMENT |
| LOW | include/my_rcu_lock.h | 132 | @warning Don't forget to call @ref MyRcuLock::rcu_end_read() when done. | CODE |
| LOW | libs/mysql/binlog/event/statement_events.h | 465 | * When adding new status vars, please don't forget to update the | COMMENT |
| LOW | …boost_1_87_0/boost/python/opaque_pointer_converter.hpp | 172 | // If you change the below, don't forget to alter the end of type_id.hpp | COMMENT |
| MEDIUM | …s/detail/hypergeometric_1F1_addition_theorems_on_z.hpp | 250 | // I'm unable to find any situation where this series isn't divergent and therefore | COMMENT |
| LOW | extra/boost/boost_1_87_0/boost/hana/fwd/type.hpp | 501 | //! `std::integral_constant`s, don't forget to include the | COMMENT |
| MEDIUM | …st/boost_1_87_0/boost/numeric/odeint/stepper/euler.hpp | 7 | be used for demonstration purposes. | CODE |
| MEDIUM | …st/boost_1_87_0/boost/numeric/odeint/stepper/euler.hpp | 110 | * for real applications. It is only useful for demonstration purposes. Step size control is not provided but | COMMENT |
| MEDIUM | extra/curl/curl-8.14.1/lib/vtls/gtls.c | 1572 | given hostname. This is a basic implementation of the matching described | CODE |
| LOW | …-release-77-1/source/i18n/double-conversion-bignum.cpp | 434 | // Don't forget to update the used_digits and the exponent. | COMMENT |
| MEDIUM | …ra/icu/icu-release-77-1/source/i18n/unicode/dtfmtsym.h | 69 | * DateFormatSymbols object, they can feel free to modify the date-time | COMMENT |
| MEDIUM | …ra/icu/icu-release-77-1/source/i18n/unicode/dtitvinf.h | 146 | * they can feel free to modify it as necessary. | COMMENT |
| LOW | mysql-test/mysql-test-run.pl | 4261 | # none so make sure to warn if there is one. | COMMENT |
| LOW | sql/sql_class.h | 1345 | here, and you add code to set them in replication, don't forget to | CODE |
| LOW | sql/auth/auth_acls.h | 86 | don't forget to update | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libs/scripts/impl/string.py | 64 | except Exception as e: | CODE |
| MEDIUM | libs/scripts/impl/string.py | 52 | def interception_wrapper(*args, **kwargs): | CODE |
| MEDIUM | libs/scripts/test/test_framework.py | 438 | print(f'Error setting up scenario "{str(scenario)}"') | CODE |
| MEDIUM | libs/scripts/test/test_framework.py | 447 | print(f'Error running scenario "{str(scenario)}"') | CODE |
| LOW | …ra/json/json-3.12.0/tools/serve_header/serve_header.py | 404 | except Exception: | CODE |
| LOW | …/json-3.12.0/tools/gdb_pretty_printer/nlohmann-json.py | 32 | except Exception: | CODE |
| LOW | mysql-test/suite/innodb_stress/t/load_generator.py | 50 | except Exception as e: | CODE |
| LOW | mysql-test/suite/innodb_stress/t/load_generator.py | 154 | except Exception as e: | CODE |
| LOW | mysql-test/suite/innodb_stress/t/load_generator.py | 256 | except Exception as e: | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 337 | print("Error: Inserted row doesn't exist in secondary index") | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 341 | print("Error: Deleted row still exists in secondary index") | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 356 | print("Error: error during commit: %s" % e) | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 361 | print("Error: error during rollback: %s" % e) | CODE |
| LOW | mysql-test/suite/innodb_stress/t/load_generator.py | 379 | except Exception as e: | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 46 | def run(self): | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 150 | def run(self): | CODE |
| MEDIUM | mysql-test/suite/innodb_stress/t/load_generator.py | 252 | def run(self): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libs/mysql/scheduler/task_registry_multi.h | 66 | /// Usage example: | COMMENT |
| LOW | …/boost/python/suite/indexing/vector_indexing_suite.hpp | 30 | // Example usage: | COMMENT |
| LOW | …7_0/boost/python/suite/indexing/map_indexing_suite.hpp | 31 | // Example usage: | COMMENT |
| LOW | …boost_1_87_0/boost/iostreams/detail/select_by_size.hpp | 24 | // Example usage: | COMMENT |
| LOW | …ra/gperftools/gperftools-2.15/src/base/stl_allocator.h | 54 | // Usage example: | COMMENT |
| LOW | …tra/gperftools/gperftools-2.15/src/base/vdso_support.h | 47 | // Example usage: | COMMENT |
| LOW | …eil/abseil-cpp-20250814.1/absl/synchronization/mutex.h | 169 | // Example usage: | COMMENT |
| LOW | …abseil/abseil-cpp-20250814.1/absl/hash/internal/hash.h | 119 | // Example usage: | COMMENT |
| LOW | …-cpp-20250814.1/absl/debugging/internal/vdso_support.h | 30 | // Example usage: | COMMENT |
| LOW | …abseil-cpp-20250814.1/absl/base/internal/raw_logging.h | 39 | // Usage example: | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/rbbicst.pl | 11 | # Usage: | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/common/ucase.cpp | 1448 | # Usage: | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/regexcst.pl | 12 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libs/scripts/impl/check.py | 776 | CODE | |
| LOW | libs/scripts/impl/check.py | 856 | CODE | |
| LOW | libs/scripts/impl/check.py | 895 | CODE | |
| LOW | libs/scripts/impl/check.py | 1751 | CODE | |
| LOW | libs/scripts/impl/create.py | 165 | CODE | |
| LOW | libs/scripts/impl/create.py | 232 | CODE | |
| LOW | libs/scripts/impl/file_edit.py | 172 | CODE | |
| LOW | libs/scripts/impl/file_edit.py | 188 | CODE | |
| LOW | libs/scripts/impl/file_edit.py | 209 | CODE | |
| LOW | libs/scripts/impl/move.py | 242 | CODE | |
| LOW | libs/scripts/impl/move.py | 595 | CODE | |
| LOW | libs/scripts/impl/move.py | 733 | CODE | |
| LOW | libs/scripts/test/scenarios.py | 56 | CODE | |
| LOW | …ra/json/json-3.12.0/tools/serve_header/serve_header.py | 160 | CODE | |
| LOW | …ra/json/json-3.12.0/tools/serve_header/serve_header.py | 195 | CODE | |
| LOW | …ra/json/json-3.12.0/tools/serve_header/serve_header.py | 223 | CODE | |
| LOW | extra/json/json-3.12.0/tools/amalgamate/amalgamate.py | 144 | CODE | |
| LOW | …/json-3.12.0/tools/gdb_pretty_printer/nlohmann-json.py | 16 | CODE | |
| LOW | mysql-test/suite/innodb_stress/t/load_generator.py | 268 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/geometry/algorithms/detail/equals/collect_vectors.hpp | 269 | // TODO: implement collected_vector type for geographic | COMMENT |
| LOW | …t/boost_1_87_0/boost/geometry/srs/projections/spar.hpp | 51 | // TODO: implement this as a sequence utility | COMMENT |
| LOW | …t/geometry/srs/projections/impl/pj_apply_gridshift.hpp | 74 | // TODO: implement differently | COMMENT |
| LOW | …t/geometry/srs/projections/impl/pj_apply_gridshift.hpp | 139 | // TODO: implement differently | COMMENT |
| LOW | …1_87_0/boost/geometry/srs/projections/impl/pj_init.hpp | 479 | // TODO: implement axis support for other types of parameters | COMMENT |
| LOW | …ometry/geometries/adapted/boost_polygon/ring_proxy.hpp | 168 | // TODO: implement this by resizing the container | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/rbnf.cpp | 1481 | // TODO: implement UParseError | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/rematch.cpp | 3884 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | extra/icu/icu-release-77-1/source/i18n/rematch.cpp | 5343 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | …/src/harness/include/mysql/harness/net_ts/io_context.h | 862 | // TODO: implement if async_wait is implemented | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libs/scripts/impl/create.py | 38 | CODE | |
| LOW | libs/scripts/impl/cmakelists.py | 30 | CODE | |
| LOW | libs/scripts/impl/cmakelists.py | 31 | CODE | |
| LOW | libs/scripts/impl/file_edit.py | 30 | CODE | |
| LOW | libs/scripts/impl/move.py | 39 | CODE | |
| LOW | extra/json/json-3.12.0/tools/amalgamate/amalgamate.py | 32 | CODE | |
| LOW | extra/json/json-3.12.0/tools/amalgamate/amalgamate.py | 33 | CODE | |
| LOW | extra/json/json-3.12.0/tools/amalgamate/amalgamate.py | 34 | CODE | |
| LOW | scripts/static_analysis_inc/tool_clang_tidy.py | 24 | CODE | |
| LOW | mysql-test/suite/innodb_stress/t/load_generator.py | 1 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libs/scripts/impl/check.py | 194 | CODE | |
| LOW | libs/scripts/impl/check.py | 370 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …lude/opentelemetry/semconv/incubating/aws_attributes.h | 24 | href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html">guardrail</a> helps | CODE |