From: Greg Sabino Mullane Date: Tue, 4 Aug 2015 10:42:00 +0000 (-0400) Subject: In tests, make varchar 700 instead of 1000. Really, MariaDB?! X-Git-Tag: 5.4.0~16 X-Git-Url: http://git.postgresql.org/gitweb/%7B?a=commitdiff_plain;h=4a853fa7618a61b215e2b5143e7f935dae2b30f1;p=bucardo.git In tests, make varchar 700 instead of 1000. Really, MariaDB?! --- diff --git a/t/BucardoTesting.pm b/t/BucardoTesting.pm index e878d38ec..e65256a41 100644 --- a/t/BucardoTesting.pm +++ b/t/BucardoTesting.pm @@ -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)',