Skip to content
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

Filter 'nodata' does not add 'CREATE TABLE' command #23

Open
andyhawks opened this issue Jul 24, 2018 · 0 comments
Open

Filter 'nodata' does not add 'CREATE TABLE' command #23

andyhawks opened this issue Jul 24, 2018 · 0 comments

Comments

@andyhawks
Copy link

When using nodata in the [filter] section, the sql dump file contains a DROP TABLE but the CREATE TABLE statement is missing.

Sample mysqlsuperdump.cfg:

[filter]
cache = nodata
cache_admin_menu = nodata
cache_block = nodata
cache_bootstrap = nodata
#cache_field = nodata
cache_filter = nodata
cache_form = nodata
cache_pages = nodata
cache_update = nodata
cache_views = nodata
cache_views_data = nodata
sessions = nodata

Resulting output:

--
-- Structure for table `cache`
--

DROP TABLE IF EXISTS `cache`;

--
-- Structure for table `cache_admin_menu`
--

DROP TABLE IF EXISTS `cache_admin_menu`;

--
-- Structure for table `cache_block`
--

DROP TABLE IF EXISTS `cache_block`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant