-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add support of arbitrary engines for temporary tables #46071
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0e31bd5
Call constructor of TemporaryTableHolder with creator
rvasin 9fa4502
Add new constructor for TemporaryTableHolder
rvasin 8453c9d
Add construction of temporary tables by StorageFactory
rvasin fa64203
Add correct data path for temporary tables; Clean temp DB dir on serv…
rvasin d898a42
Add possibility to create MergeTree tables
rvasin aa0f01a
Fix bug with DROP TEMPORARY TABLE for MergeTree
rvasin 78c0a6a
Set Memory engine when there is no storage
rvasin 640bb66
Move StorageFactory to top of doCreateTable for temp tables
rvasin 16428b9
Fix removing data on disk for table engines like Log for DatabaseMemory
rvasin c09d8e7
Make MergeTree and Log table engines DROP and clean data
rvasin df4a9f1
Disallow creation of temporary tables with ON CLUSTER and with Replia…
rvasin c65e90d
Fix SHOW CREATE TEMPORARY TABLE
rvasin bfec300
Add 02525_different_engines_in_temporary_tables test
rvasin fa78c5b
Add TinyLog and StripeLog table engines to test
rvasin a4079bc
Update docs for temporary tables
rvasin 9488bd8
Merge branch 'master' into ADQM-639
rvasin e20d3ce
Merge branch 'master' into ADQM-639
rvasin 2b300e0
Fix setEngine() for temporary tables
rvasin bb465ce
Merge branch 'master' into ADQM-639
rvasin 8cc768f
Add KeeperMap as disallowed engine for temporary tables
rvasin 769ff6d
Merge branch 'ADQM-639' of github.com:arenadata/ClickHouse into ADQM-639
rvasin 53298f5
Add test for ReplicatedMergeTree
rvasin 42f2c53
Remove setting database for create query
rvasin b0ced21
Move temp database clean up into new function removeDataPath()
rvasin f410834
Remove dropTable of temp table from InterpreterDropQuery.
rvasin 2524560
Add sessions test for temporary tables
rvasin fde8e7e
Add try/catch in TemporaryTableHolder destructor
rvasin 3e2b56f
Merge branch 'master' into ADQM-639
rvasin 5c1c519
Merge branch 'master' into ADQM-639
rvasin 76dfb04
Send only temporary tables with StorageMemory
rvasin bb483ca
Update table.md doc
rvasin 93dd929
Use INCORRECT_QUERY in test and add query with remote()
rvasin b5bb2eb
Add new grant CREATE ARBITRARY TEMPORARY TABLE
rvasin b14ab07
Fix failed tests
rvasin 237b5b2
Update docs
rvasin 95a7e11
Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-639
rvasin 7dc0f87
Merge branch 'master' into ADQM-639
rvasin cf85915
Refactor grants logic, create test for grants, update docs
rvasin 406b0f0
Add tests for grants of temporary tables with File and URL engines
rvasin f42f3ee
Merge branch 'master' into ADQM-639
rvasin 36c639e
Fix grants hierarchy for temporary tables and comment about default e…
rvasin 46d683f
Apply patch to fix grants hierarchy
rvasin 419204a
Fix 01271_show_privileges test
rvasin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.