File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ def bin_log_basename(self):
163
163
164
164
class PyMySQLReplicationPercona8TestCase (PyMySQLReplicationTestCase ):
165
165
def setUp (self ):
166
+ super ().setUp ()
166
167
# default
167
168
self .database = {
168
169
"host" : os .environ .get ("MYSQL_8_0" ) or "localhost" ,
@@ -184,3 +185,5 @@ def setUp(self):
184
185
self .connect_conn_control (db )
185
186
self .stream = None
186
187
self .resetBinLog ()
188
+ self .isMySQL80AndMore ()
189
+ self .__is_mariaDB = None
Original file line number Diff line number Diff line change @@ -1537,7 +1537,7 @@ def test_query_event_latin1(self):
1537
1537
assert event .query == r"CREATE TABLE test_latin1_\xd6\xc6\xdb (a INT)"
1538
1538
1539
1539
1540
- class TestOptionalMetaData (base .PyMySQLReplicationTestCase ):
1540
+ class TestOptionalMetaData (base .PyMySQLReplicationPercona8TestCase ):
1541
1541
def setUp (self ):
1542
1542
super (TestOptionalMetaData , self ).setUp ()
1543
1543
self .stream .close ()
You can’t perform that action at this time.
0 commit comments