Skip to content

Commit

Permalink
revert unexpected change
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu-meng-mxy committed Aug 27, 2024
1 parent af59ac5 commit 8a4a749
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,12 @@ async def test_query_attributes(
),
(
"""
SELECT
/*+ SET_VAR(max_execution_time=2) */
x
SELECT
/*+ SET_VAR(max_execution_time=2) */
x
FROM (
SELECT
/*+ SET_VAR(max_execution_time=1) */
SELECT
/*+ SET_VAR(max_execution_time=1) */
@@max_execution_time AS x
) AS a
""",
Expand Down Expand Up @@ -653,7 +653,7 @@ async def test_query_attributes(
{"Value": "utf8mb4", "Variable_name": "character_set_results"},
{"Value": "utf8mb4", "Variable_name": "character_set_server"},
{
"Value": "utf8mb4_0900_ai_ci",
"Value": "utf8mb4_general_ci",
"Variable_name": "collation_connection",
},
{"Value": "utf8mb4_general_ci", "Variable_name": "collation_database"},
Expand Down

0 comments on commit 8a4a749

Please sign in to comment.