File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ def run_gc
484
484
end
485
485
486
486
it "should set default program_name in connect_attrs" do
487
- skip ( "DON'T WORRY, THIS TEST PASSES - but PERFORMNCE SCHEMA is not enabled in your MySQL daemon." ) unless performance_schema_enabled
487
+ skip ( "DON'T WORRY, THIS TEST PASSES - but PERFORMANCE SCHEMA is not enabled in your MySQL daemon." ) unless performance_schema_enabled
488
488
client = new_client
489
489
if Mysql2 ::Client ::CONNECT_ATTRS . zero? || client . server_info [ :version ] . match ( /10.[01].\d +-MariaDB/ )
490
490
pending ( 'Both client and server versions must be MySQL 5.6 or MariaDB 10.2 or later.' )
@@ -494,7 +494,7 @@ def run_gc
494
494
end
495
495
496
496
it "should set custom connect_attrs" do
497
- skip ( "DON'T WORRY, THIS TEST PASSES - but PERFORMNCE SCHEMA is not enabled in your MySQL daemon." ) unless performance_schema_enabled
497
+ skip ( "DON'T WORRY, THIS TEST PASSES - but PERFORMANCE SCHEMA is not enabled in your MySQL daemon." ) unless performance_schema_enabled
498
498
client = new_client ( connect_attrs : { program_name : 'my_program_name' , foo : 'fooval' , bar : 'barval' } )
499
499
if Mysql2 ::Client ::CONNECT_ATTRS . zero? || client . server_info [ :version ] . match ( /10.[01].\d +-MariaDB/ )
500
500
pending ( 'Both client and server versions must be MySQL 5.6 or MariaDB 10.2 or later.' )
You can’t perform that action at this time.
0 commit comments