In tests, make varchar 700 instead of 1000. Really, MariaDB?!
authorGreg Sabino Mullane <greg@endpoint.com>
Tue, 4 Aug 2015 10:42:00 +0000 (06:42 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Tue, 4 Aug 2015 10:42:00 +0000 (06:42 -0400)
t/BucardoTesting.pm

index e878d38ecde321c5af358455c30f680f84af9ff7..e65256a41a08f5d8b0ed113d7964783398074305 100644 (file)
@@ -110,7 +110,7 @@ our %tabletypemariadb =
      'bucardo_test1'  => 'SMALLINT',
      'bucardo_test2'  => 'INT',
      'Bucardo_test3'  => 'BIGINT',
-     'bucardo_test4'  => 'VARCHAR(1000)',
+     'bucardo_test4'  => 'VARCHAR(700)',
      'bucardo_test5'  => 'DATE',
      'bucardo_test6'  => 'DATETIME',
      'bucardo_test7'  => 'NUMERIC(5,1)',