Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Apr 29, 2024
1 parent 2f0c9bb commit 04a602d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/ast/create_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func nodeCreateSchema(node *tree.CreateSchema) (vitess.Statement, error) {
if node == nil {
return nil, nil
}

return &vitess.DBDDL{
Action: "CREATE",
SchemaOrDatabase: "schema",
Expand Down
2 changes: 1 addition & 1 deletion testing/go/schemas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ var SchemaTests = []ScriptTest{
// * INSERT INTO schema1 SELECT FROM schema2
// * Subqueries accessing different schemas in the same SELECT
// * Joins across schemas
// * Table names matching schema names. For example, test1.test1, test1.test2, test2.test1, test2.test2
// * Table names matching schema names. For example, test1.test1, test1.test2, test2.test1, test2.test2
}

func TestSchemas(t *testing.T) {
Expand Down

0 comments on commit 04a602d

Please sign in to comment.