-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engine.Reload()
: read InnoDB tables sizes including FULLTEXT
index volume
#17118
base: main
Are you sure you want to change the base?
Commits on Oct 29, 2024
-
TestShowTablesWithSizes: add table with fulltext key
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 95a6bf1 - Browse repository at this point
Copy the full SHA 95a6bf1View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dee69a4 - Browse repository at this point
Copy the full SHA dee69a4View commit details -
adding flavor.baseShowFtsTablesWithSizes()
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 452ec2c - Browse repository at this point
Copy the full SHA 452ec2cView commit details -
Adding TablenameToFilename reimplementation of the MySQL function
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bc6316b - Browse repository at this point
Copy the full SHA bc6316bView commit details -
(c *Conn) BaseShowFtsTablesWithSizes()
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 24ff9e8 - Browse repository at this point
Copy the full SHA 24ff9e8View commit details -
(dbc *Conn) BaseShowFtsTablesWithSizes()
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59f0f9f - Browse repository at this point
Copy the full SHA 59f0f9fView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 86f2078 - Browse repository at this point
Copy the full SHA 86f2078View commit details
Commits on Oct 30, 2024
-
Refactor: this isn't about specifically looking for FTS tables, we no…
…w completely split the table identities from table sizes. Introducing baseShowInnodbTableSizes() Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ac4dd0 - Browse repository at this point
Copy the full SHA 4ac4dd0View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93ab704 - Browse repository at this point
Copy the full SHA 93ab704View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f04958c - Browse repository at this point
Copy the full SHA f04958cView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1aba77b - Browse repository at this point
Copy the full SHA 1aba77bView commit details -
adding test that validates engine.Reload, and specifically validates …
…we're reading innodb table sizes; particular validation for nonzero filesize for partitioned table proves the logic is sound Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4471468 - Browse repository at this point
Copy the full SHA 4471468View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46febdc - Browse repository at this point
Copy the full SHA 46febdcView commit details -
adapt TestReloadWithSwappedTables
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d467daf - Browse repository at this point
Copy the full SHA d467dafView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80ea72d - Browse repository at this point
Copy the full SHA 80ea72dView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2dfba2c - Browse repository at this point
Copy the full SHA 2dfba2cView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5fc6eea - Browse repository at this point
Copy the full SHA 5fc6eeaView commit details -
testing adding, modifying, dropping a view
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25f4bc5 - Browse repository at this point
Copy the full SHA 25f4bc5View commit details -
solve flakiness: add all possible permutations of query
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3a4fe0 - Browse repository at this point
Copy the full SHA a3a4fe0View commit details
Commits on Nov 5, 2024
-
innodbTablesStats lazy initialization
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08aec12 - Browse repository at this point
Copy the full SHA 08aec12View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4a3e79 - Browse repository at this point
Copy the full SHA d4a3e79View commit details -
mysql.InnoDBTableSizes instead of mysql.TablesWithSize80
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4066b1 - Browse repository at this point
Copy the full SHA c4066b1View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c5a0678 - Browse repository at this point
Copy the full SHA c5a0678View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cbe82ba - Browse repository at this point
Copy the full SHA cbe82baView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 40133a6 - Browse repository at this point
Copy the full SHA 40133a6View commit details
Commits on Nov 7, 2024
-
TestShowTablesWithSizes: skip test if BaseShowTablesWithSizes is empty
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f634366 - Browse repository at this point
Copy the full SHA f634366View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9c2b0c - Browse repository at this point
Copy the full SHA c9c2b0cView commit details -
adapt TablesWithSize57 to have non-NULL value for CREATE_TIME
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27608c6 - Browse repository at this point
Copy the full SHA 27608c6View commit details -
Support for 'legacy' (MySQL 5.7.31 at this time) env for fakesqldb; a…
…dd 'Legacy' tests in engine_test Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25949d4 - Browse repository at this point
Copy the full SHA 25949d4View commit details