Vitess is a database clustering system for horizontal scaling of MySQL.
943 matches across 13 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | bootstrap.sh | 1 | #!/bin/bash |
| LOW | misc/parse_cover.py | 1 | #!/usr/bin/python |
| LOW | tools/e2e_test_cluster.sh | 1 | #!/bin/bash |
| LOW | tools/all_test_for_coverage.sh | 1 | #!/bin/bash |
| LOW | tools/get_previous_release.sh | 1 | #!/bin/bash |
| LOW | tools/build_version_flags.sh | 1 | #!/bin/bash |
| LOW | tools/e2e_test_race.sh | 1 | #!/bin/bash |
| LOW | tools/e2e_test_race.sh | 21 | |
| LOW | tools/unit_test_runner.sh | 1 | #!/bin/bash |
| LOW | tools/release_utils.sh | 1 | #!/bin/bash |
| LOW | tools/code_freeze.sh | 1 | #!/bin/bash |
| LOW | tools/code_freeze.sh | 21 | # The first argument of the script is a string, which should be either: "freeze" or "unfreeze". |
| LOW | tools/get_next_release.sh | 1 | #!/bin/bash |
| LOW | tools/pylint.sh | 1 | #!/bin/bash |
| LOW | tools/remove_dependencies.sh | 1 | #!/bin/bash |
| LOW | tools/create_release.sh | 1 | #!/bin/bash |
| LOW | tools/dependency_check.sh | 1 | #!/bin/bash |
| LOW | tools/back_to_dev_mode.sh | 1 | #!/bin/bash |
| LOW | tools/e2e_test_runner.sh | 1 | #!/bin/bash |
| LOW | tools/e2e_test_runner.sh | 21 | |
| LOW | docker/bootstrap/docker-bake.hcl | 1 | // docker-bake.hcl defines the build targets for the Vitess bootstrap images. |
| LOW | docker/bootstrap/build.sh | 1 | #!/bin/bash |
| LOW | docker/test/run.sh | 1 | #!/bin/bash |
| LOW | docker/test/run.sh | 21 | # internally use this script to launch the test for you. |
| LOW | docker/vttestserver/run.sh | 1 | #!/bin/bash |
| LOW | docker/vttestserver/setup_vschema_folder.sh | 1 | #!/bin/bash |
| LOW | docker/mini/vtctld-mini-up.sh | 1 | #!/bin/bash |
| LOW | docker/mini/vttablet-mini-up.sh | 1 | #!/bin/bash |
| LOW | docker/binaries/logrotate/rotate.sh | 1 | #!/bin/bash |
| LOW | docker/binaries/logtail/tail.sh | 1 | #!/bin/bash |
| LOW | go/vt/vtgate/vschema_manager_test.go | 1081 | // tracker has reported columns for a routed table, the routing rule's |
| LOW | go/vt/vtgate/executor.go | 1081 | replLastError = row["Last_Error"].ToString() |
| LOW | go/vt/vtgate/plan_execute.go | 201 | // happens concurrently with the KeyspaceEventWatcher also receiving the new vschema in its |
| LOW | go/vt/vtgate/plan_execute.go | 361 | // The defer acts as a failsafe. If commit was successful, |
| LOW | go/vt/vtgate/executorcontext/safe_session.go | 81 | parser *sqlparser.Parser |
| LOW | go/vt/vtgate/executorcontext/safe_session.go | 441 | } |
| LOW | go/vt/vtgate/grpcvtgateservice/no_test.go | 21 | ) |
| LOW | go/vt/vtgate/semantics/semantic_table.go | 101 | SemTable struct { |
| LOW | go/vt/vtgate/semantics/semantic_table.go | 121 | // targeting an unsharded keyspace. This typically arises when information is missing, but |
| LOW | go/vt/vtgate/semantics/early_rewriter.go | 921 | } |
| LOW | go/vt/vtgate/semantics/binder.go | 321 | if err != nil { |
| LOW | go/vt/vtgate/vindexes/lookup_internal.go | 361 | // |
| LOW | go/vt/vtgate/vindexes/cfc.go | 41 | cfcParamOffsets, |
| LOW | go/vt/vtgate/vindexes/cfc.go | 61 | // consider the prefix as the 'parent' key and the full key as the 'child' key, |
| LOW | go/vt/vtgate/vindexes/cfc.go | 81 | // key range. Although the misaligned part doesn't participate the key range |
| LOW | go/vt/vtgate/vindexes/vindex.go | 61 | // The cost can be 1 if the id can be hashed to a keyspace id. |
| LOW | go/vt/vtgate/vindexes/vindex.go | 141 | // instead of a single keyspace id. It's being used to reduced the fan out for |
| LOW | go/vt/vtgate/vindexes/lookup_unicodeloosemd5_hash.go | 61 | name string |
| LOW | go/vt/vtgate/vindexes/lookup_hash.go | 61 | // Warning: This Vindex is being deprecated in favor of Lookup |
| LOW | go/vt/vtgate/endtoend/vstream_test.go | 261 | Match: "/t1_copy_all.*/", |
| LOW | go/vt/vtgate/balancer/balancer.go | 141 | |
| LOW | go/vt/vtgate/engine/join.go | 41 | // Cols defines which columns from the left |
| LOW | go/vt/vtgate/engine/hash_join.go | 41 | // When they match by hash code, we double-check that we are not working with a false positive by comparing the values. |
| LOW | go/vt/vtgate/engine/routing.go | 41 | |
| LOW | go/vt/vtgate/engine/projection_test.go | 141 | Input: fp, |
| LOW | go/vt/vtgate/evalengine/fn_string.go | 881 | } |
| LOW | go/vt/vtgate/evalengine/eval_numeric.go | 521 | |
| LOW | go/vt/vtgate/evalengine/expr_compare.go | 261 | // Quoting MySQL Docs: |
| LOW | go/vt/vtgate/evalengine/testcases/inputs.go | 221 | // "\"Å å\"", |
| LOW | go/vt/vtgate/evalengine/testcases/helpers.go | 101 | // SELECT -1 IN (0.0, 18446744073709551615) => 1 |
| 663 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | go/vt/vtgate/plan_execute.go | 103 | if e.resolver.scatterConn.gateway.buffer != nil && e.resolver.scatterConn.gateway.buffer.GetConfig() != nil { |
| CRITICAL | go/vt/vtgate/plan_execute.go | 104 | timeout = e.resolver.scatterConn.gateway.buffer.GetConfig().MaxFailoverDuration / (MaxBufferingRetries - 1) |
| CRITICAL | go/vt/vttablet/tabletmanager/vdiff/table_plan.go | 77 | statement, err := td.wd.ct.vde.parser.Parse(td.sourceQuery) |
| CRITICAL | go/vt/vttablet/tabletmanager/vdiff/report.go | 71 | statement, err := td.wd.ct.vde.parser.Parse(queryStmt) |
| CRITICAL | go/vt/vttablet/tabletserver/tabletserver.go | 2246 | if err := tsv.te.txPool.scp.conns.SetCapacity(ctx, int64(val)); err != nil { |
| CRITICAL | go/vt/vttablet/tabletserver/tabletserver.go | 2249 | return tsv.te.txPool.scp.foundRowsPool.SetCapacity(ctx, int64(val)) |
| CRITICAL | go/vt/vttablet/tabletserver/tabletserver_test.go | 176 | require.EqualValues(t, 1, tsv.te.txPool.scp.active.Size(), "tsv.te.txPool.scp.active.Size()") |
| CRITICAL | go/vt/vttablet/tabletserver/tabletserver_test.go | 244 | tsv.te.txPool.scp.lastID.Store(1) |
| CRITICAL | go/vt/vttablet/tabletserver/tabletserver_test.go | 291 | require.EqualValues(c, 20, tsv.te.txPool.scp.lastID.Load(), "tsv.te.txPool.lastID.Get()") |
| CRITICAL | go/vt/vttablet/tabletserver/query_executor.go | 934 | tabletTypeStr := qre.tsv.sm.target.TabletType.String() |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | go/flags/endtoend/find_flag_definitions.py | 18 | print("Error: VTROOT environment variable is not set. Please set it to the Vitess root directory.") |
| MEDIUM | go/flags/endtoend/find_flag_definitions.py | 91 | print("Error: VTROOT environment variable is not set. Please set it to the Vitess root directory.") |
| MEDIUM | go/flags/endtoend/analyze_flags.py | 48 | print("Error: VTROOT environment variable is not set. Please set it to the Vitess root directory.") |
| MEDIUM | go/flags/endtoend/analyze_flags.py | 95 | print("Error: VTROOT environment variable is not set. Please set it to the Vitess root directory.") |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 52 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 73 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 106 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 149 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 152 | except Exception as close_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 156 | except Exception as rollback_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 182 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 185 | except Exception as close_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 189 | except Exception as rollback_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 253 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 256 | except Exception as close_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 260 | except Exception as rollback_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 286 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 289 | except Exception as close_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 293 | except Exception as rollback_err: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 224 | except Exception as e: |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 227 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 35 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 39 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 44 | except Exception as e: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 48 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 52 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 64 | except Exception as e: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 68 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 72 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 78 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/anytime_validate.py | 82 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 37 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 41 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 46 | except Exception as e: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 50 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 54 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 67 | except Exception as e: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 71 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 75 | except Exception as conn_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 87 | except Exception as e: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 102 | except Exception as close_err: |
| LOW | …ompose/antithesis-client/bank-test/finally_validate.py | 106 | except Exception as conn_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 36 | except Exception as close_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 40 | except Exception as conn_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 45 | except Exception as e: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 49 | except Exception as close_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 53 | except Exception as conn_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 66 | except Exception as e: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 70 | except Exception as close_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 74 | except Exception as conn_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 85 | except Exception as e: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 90 | except Exception as close_err: |
| LOW | …ose/antithesis-client/bank-test/eventually_validate.py | 94 | except Exception as conn_err: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 42 | except Exception as e: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 46 | except Exception as rollback_err: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 50 | except Exception as close_err: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 54 | except Exception as conn_err: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 70 | except Exception as e: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 74 | except Exception as rollback_err: |
| LOW | …sis/compose/antithesis-client/bank-test/first_setup.py | 78 | except Exception as close_err: |
| 28 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | bootstrap.sh | 18 | ### This file is executed by 'make tools'. You do not need to execute it directly. |
| MEDIUM | tools/create_release.sh | 66 | ## Create the commit for this release and tag it |
| MEDIUM | docker/vttestserver/setup_vschema_folder.sh | 54 | # Create a vschema.json file only if the number of shards are more than 1 |
| MEDIUM | go/vt/mysqlctl/mysqld_test.go | 412 | assert.Contains(t, template, "# This file is auto-included when MySQL 9.0 or later is detected.") |
| MEDIUM | go/vt/mysqlctl/mysqld_test.go | 420 | assert.Contains(t, template, "# This file is auto-included when MySQL 9.0 or later is detected.") |
| MEDIUM | …nd/vreplication/testdata/config/init_testserver_db.sql | 1 | # This file is for testing purpose only. |
| MEDIUM | …nd/vreplication/testdata/config/init_testserver_db.sql | 2 | # This file is executed immediately after initializing a fresh data directory. |
| MEDIUM | test/antithesis/compose/config/init_db.sql | 1 | # This file is executed immediately after mysql_install_db, |
| MEDIUM | config/init_db.sql | 1 | # This file is executed immediately after initializing a fresh data directory. |
| MEDIUM | examples/compose/101_initial_cluster.sh | 26 | # Create the keyspace before starting tablets to avoid racing with |
| MEDIUM | examples/local/402_list_backup.sh | 19 | KEYSPACE="customer" # Define the keyspace to work with |
| MEDIUM | examples/local/402_list_backup.sh | 20 | SHARDS=("-80" "80-") # Define the shards within the keyspace to list backups for |
| MEDIUM | examples/local/403_restore_from_backup.sh | 21 | KEYSPACE="customer" # Define the keyspace to work with |
| MEDIUM | examples/local/403_restore_from_backup.sh | 22 | SHARDS=("-80" "80-") # Define the shards within the keyspace to restore |
| MEDIUM | examples/local/101_initial_cluster.sh | 47 | # Create the keyspace with the sidecar database name and set the |
| MEDIUM | examples/common/lib/utils.sh | 17 | # This file contains utility functions that can be used throughout the |
| MEDIUM | examples/operator/101_initial_cluster.yaml | 147 | # This file is executed immediately after mysql_install_db, |
| MEDIUM | .github/workflows/backport.yml | 261 | # Create the pull request with labels (returns URL like https://github.com/owner/repo/pull/123) |
| MEDIUM | .github/workflows/backport.yml | 457 | # Create the pull request with labels (returns URL like https://github.com/owner/repo/pull/123) |
| MEDIUM | doc/vtctl_go_reference.py | 480 | # Create a data structure to contain information about the command |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | go/vt/vtgate/planbuilder/operators/queryprojection.go | 604 | // We are also free to add more ORDER BY columns than the user asked for which we leverage, |
| MEDIUM | …/vt/vttablet/tabletmanager/vreplication/vreplicator.go | 193 | // All phases share the same plan building framework. We leverage the fact the |
| MEDIUM | go/vt/vttablet/tabletserver/tabletserver.go | 94 | // Essentially, InitDBConfig is a continuation of New. However, |
| MEDIUM | go/vt/vttablet/tabletserver/vstreamer/rowstreamer.go | 206 | // We wish to utilize a UNIQUE KEY which is not the PRIMARY KEY/ |
| MEDIUM | go/vt/vttablet/tabletserver/vstreamer/rowstreamer.go | 277 | // leverage the ordering from the index itself and avoid having to |
| MEDIUM | …vt/vttablet/tabletserver/txserializer/tx_serializer.go | 363 | // transactions. Instead, we leverage that Go routines waiting for a channel |
| MEDIUM | go/vt/grpcoptionaltls/tls_detector.go | 35 | // Definitely not TLS |
| MEDIUM | go/vt/vtorc/logic/topology_recovery.go | 935 | // is not dead, then we will proceed with the fix for the replica. Essentially, we are trading off speed in replica rec |
| MEDIUM | go/cmd/vtctl/vtctl.go | 59 | // Essentially, the situation we have here is that commands look like: |
| MEDIUM | go/flags/endtoend/analyze_flags.py | 45 | """Analyze all binary help files and generate comprehensive report.""" |
| MEDIUM | go/flags/endtoend/analyze_flags.py | 92 | """Generate comprehensive migration report.""" |
| MEDIUM | go/test/endtoend/cluster/vttablet_process.go | 570 | // This allows the tests to be more robust in the face of transient failures. |
| MEDIUM | go/test/endtoend/cluster/vttablet_process.go | 594 | // This allows the tests to be more robust in the face of transient failures. |
| MEDIUM | go/test/endtoend/vreplication/vdiff_helper_test.go | 39 | vdiffTimeout = 180 * time.Second // We can leverage auto retry on error with this longer-than-usual timeout |
| MEDIUM | go/test/endtoend/reparent/utils/utils.go | 521 | // it's possible that we get other ephemeral errors too, so we make the tests more robust by |
| MEDIUM | …/endtoend/vtorc/primaryfailure/primary_failure_test.go | 383 | // log format. We should change this to something more robust. |
| MEDIUM | web/vtadmin/package-lock.json | 12242 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", |
| MEDIUM | web/vtadmin/tests/server.ts | 35 | // means our fake is more robust than it would be otherwise. Since we are using |
| MEDIUM | web/vtadmin/src/hooks/useSyncedURLParam.ts | 62 | // TODO(doeg): One possible, more nuanced re-implementation is to push entries onto the stack |
| MEDIUM | web/vtadmin/src/hooks/useTheme.ts | 13 | // of the Debug page. The :) correct implementation :) will be more robust, |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | go/vt/vtgate/planbuilder/operators/delete.go | 108 | // If they aren't then we don't need the multi-table delete. But this check isn't so straight-forward. We need to check |
| LOW | go/vt/vtgate/planbuilder/operators/join.go | 138 | // if we are inside a CTE, we need to check if we depend on the recursion table |
| LOW | go/vt/vtgate/planbuilder/operators/subquery_planning.go | 59 | // but if we don't have groupings, we need to check if there are aggregations that will mess with us |
| LOW | go/vt/vtgate/planbuilder/operators/horizon_expanding.go | 326 | // first we need to check if we have all columns or there are still unexpanded stars |
| LOW | go/vt/vtgate/planbuilder/operators/union.go | 229 | // Step 1: Identify column references in the first source's expression and record their offsets. |
| LOW | go/vt/vtgate/planbuilder/operators/union.go | 251 | // Step 2: Add the fully substituted expression as a column in the first source's column list. |
| LOW | go/vt/vtgate/planbuilder/operators/union.go | 254 | // Step 3: For each subsequent source, use the same offsets to replace column references, |
| LOW | go/vt/vttablet/tabletmanager/tm_init.go | 708 | // tablet process was just restarted. However, we need to check if a new |
| LOW | go/vt/vttablet/tabletmanager/vreplication/vcopier.go | 280 | // Step 1: catchup: During this step, it replicates from the source from the last position. |
| LOW | go/vt/vttablet/tabletmanager/vreplication/vcopier.go | 283 | // Step 2: Start streaming. This returns the initial field info along with the GTID |
| LOW | go/vt/vttablet/tabletmanager/vreplication/vcopier.go | 285 | // Step 3: fastForward: The target is fast-forwarded to the GTID obtained. This should |
| LOW | go/vt/vttablet/tabletmanager/vreplication/vcopier.go | 288 | // Step 4: copy rows: Copy the next set of rows from the stream that was started in Step 2. |
| LOW | go/vt/topo/wildcards.go | 278 | // This is an expanded path, we need to check if it exists. |
| LOW | go/vt/topo/zk2topo/utils.go | 243 | // this is an expanded path, we need to check if it exists |
| LOW | go/vt/discovery/healthcheck.go | 554 | // If the previous tablet type was primary, we need to check if the next new primary has already been assigned. |
| LOW | go/vt/dbconfigs/credentials.go | 239 | // so we need to check if they have been set by NewConfig |
| LOW | go/vt/schemadiff/schema.go | 1039 | // Possibly dropping a foreign key; we need to check if this constraint references another table. |
| LOW | go/mysql/vault/auth_server_vault.go | 92 | // so we need to check if they have been set by NewConfig |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | go/flags/endtoend/analyze_flags.py | 22 | # Check if we're entering the flags section |
| LOW | changelog/tooling/scripts/count-progress.sh | 8 | # Check if we're in an analysis directory |
| LOW | examples/local/403_restore_from_backup.sh | 32 | # Check if any replica tablets were found |
| LOW | examples/common/backup-env.sh | 78 | # Set aliases to simplify instructions. |
| LOW | examples/common/env.sh | 78 | # Set aliases to simplify instructions. |
| LOW | .github/workflows/error_code_docs_update.yml | 119 | # Check if there are actual changes. |
| LOW | .github/workflows/error_code_docs_update.yml | 158 | # Check if branch already exists. |
| LOW | .github/workflows/error_code_docs_update.yml | 176 | # Check if PR already exists. |
| LOW | .github/workflows/backport.yml | 196 | # Check if there are conflicts |
| LOW | .github/workflows/backport.yml | 392 | # Check if there are conflicts |
| LOW | .github/workflows/pr_opened_tasks.yml | 42 | # Check if PR has Backport or Forwardport label (case-insensitive) |
| LOW | .github/workflows/arewefastyet_comment.yml | 41 | # Check if arewefastyet comment already exists |
| LOW | .github/workflows/update_golang_version.yml | 62 | # Check if the PR already exists, if it does then do not create new PR. |
| LOW | doc/vtctl_go_reference.py | 153 | # Check if the argument name ends in a digit to catch things like |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | go/flags/endtoend/find_flag_definitions.py | 12 | |
| LOW | go/flags/endtoend/find_flag_definitions.py | 87 | |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 84 | |
| LOW | …se/antithesis-client/crud/serial_driver_test_insert.py | 27 | |
| LOW | …se/antithesis-client/crud/serial_driver_test_select.py | 27 | |
| LOW | doc/vitess_api_reference.py | 29 | |
| LOW | doc/vitess_api_reference.py | 82 | |
| LOW | doc/vitess_api_reference.py | 136 | |
| LOW | doc/vitess_api_reference.py | 244 | |
| LOW | doc/vitess_api_reference.py | 362 | |
| LOW | doc/vitess_api_reference.py | 380 | |
| LOW | doc/vitess_api_reference.py | 403 | |
| LOW | doc/vitess_api_reference.py | 524 | |
| LOW | doc/vitess_api_reference.py | 572 | |
| LOW | doc/vitess_api_reference.py | 604 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | go/flags/endtoend/find_flag_definitions.py | 7 | |
| LOW | go/flags/endtoend/find_flag_definitions.py | 9 | |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 7 | |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 7 | |
| LOW | …antithesis-client/crud/singleton_driver_test_delete.py | 15 | |
| LOW | …antithesis-client/crud/singleton_driver_test_update.py | 15 | |
| LOW | …se/antithesis-client/crud/serial_driver_test_insert.py | 14 | |
| LOW | …se/antithesis-client/crud/serial_driver_test_insert.py | 15 | |
| LOW | …se/antithesis-client/crud/serial_driver_test_insert.py | 16 | |
| LOW | …se/antithesis-client/crud/serial_driver_test_select.py | 15 | |
| LOW | doc/vitess_api_reference.py | 20 | |
| LOW | doc/vitess_api_reference.py | 23 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | go/vt/servenv/status.go | 110 | function refreshTablesHaveClassRefreshRequired() { |
| LOW | test/vtop_example.sh | 50 | function checkPodStatusWithTimeout() { |
| LOW | test/vtop_example.sh | 83 | function waitForKeyspaceToBeServing() { |
| LOW | test/antithesis/compose/antithesis-client/helper.py | 56 | def get_connection_with_retry(database=None, max_retries=20, sleep_seconds=5, exit_on_failure=True): |
| LOW | doc/vtctl_go_reference.py | 340 | def get_group_name_from_variable(file_path, variable_name): |
| LOW | doc/vitess_api_reference.py | 69 | def print_method_summary_group_row(doc, group_name): |
| LOW | doc/vitess_api_reference.py | 208 | def print_message_detail_header(doc, proto, message_details, message_name, |
| LOW | doc/vitess_api_reference.py | 227 | def print_method_detail_header(doc, method): |
| LOW | doc/vitess_api_reference.py | 380 | def print_method_detail_request(doc, proto_contents, proto, method): |
| LOW | doc/vitess_api_reference.py | 403 | def print_method_detail_response(doc, proto_contents, proto, method): |
| LOW | doc/vitess_api_reference.py | 426 | def print_proto_file_definition(doc, proto_contents, proto): |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | go/vt/vtgate/testdata/executor_vexplain.json | 41 | "query": "select u.foo, ue.bar, count(*) from user u join user_extra ue on u.id = ue.user_id where u.name = 'John Do |
| LOW | go/vt/vtgate/testdata/executor_vexplain.json | 102 | "query": "update user set name = 'Jane Doe' where id = 1", |
| LOW | …nd/onlineddl/vrepl_suite/testdata/json57dml/create.sql | 23 | insert into onlineddl_test (id, i, j) values (null, 19, '{"text":"Lorem ipsum dolor sit amet, consectetuer adipiscing |
| LOW | …nd/onlineddl/vrepl_suite/testdata/json57dml/create.sql | 23 | insert into onlineddl_test (id, i, j) values (null, 19, '{"text":"Lorem ipsum dolor sit amet, consectetuer adipiscing |
| LOW | web/vtadmin/src/components/routes/Settings.tsx | 109 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi in facilisis libero, |
| LOW | web/vtadmin/src/components/routes/Settings.tsx | 109 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi in facilisis libero, |
| LOW | web/vtadmin/src/components/routes/Settings.tsx | 139 | sodales, mauris est iaculis dui, ut tristique nibh sapien ac sapien. Lorem ipsum |
| LOW | web/vtadmin/src/components/routes/Settings.tsx | 140 | dolor sit amet, consectetur adipiscing elit. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docker/bootstrap/build.sh | 17 | # Usage: |
| LOW | go/cmd/internal/docgen/docgen.go | 20 | // Example usage: |
| LOW | go/mysql/icuregex/internal/ucase/fold.go | 66 | # Usage: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/code_freeze.sh | 65 | echo "(make sure to replace upstream with vitessio/vitess' remote)" |