Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vitessio/vitess into arthur…
Browse files Browse the repository at this point in the history
…/do-not-load-stats-at-boot

Signed-off-by: Arthur Schreiber <[email protected]>
  • Loading branch information
arthurschreiber committed May 5, 2024
2 parents ed0da79 + f27d287 commit 2153563
Show file tree
Hide file tree
Showing 515 changed files with 17,353 additions and 23,764 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_make_vtadmin_web_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-node@v4
with:
# node-version should match package.json
node-version: '18.16.0'
node-version: '20.12.2'

- name: Install npm dependencies
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.proto_changes == 'true'
Expand Down
177 changes: 0 additions & 177 deletions .github/workflows/cluster_endtoend_backup_pitr_xtrabackup_mysql57.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# Increase our open file descriptor limit as we could hit this
ulimit -n 65536
cat <<-EOF>>./config/mycnf/mysql80.cnf
cat <<-EOF>>./config/mycnf/mysql8026.cnf
innodb_buffer_pool_dump_at_shutdown=OFF
innodb_buffer_pool_in_core_file=OFF
innodb_buffer_pool_load_at_startup=OFF
Expand Down
162 changes: 0 additions & 162 deletions .github/workflows/cluster_endtoend_onlineddl_scheduler_mysql57.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/cluster_endtoend_onlineddl_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
set -exo pipefail
cat <<-EOF>>./config/mycnf/mysql80.cnf
cat <<-EOF>>./config/mycnf/mysql8026.cnf
binlog-transaction-compression=ON
EOF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
set -exo pipefail
cat <<-EOF>>./config/mycnf/mysql80.cnf
cat <<-EOF>>./config/mycnf/mysql8026.cnf
binlog-transaction-compression=ON
EOF
Expand Down
Loading

0 comments on commit 2153563

Please sign in to comment.