projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff599a
)
In tests, make varchar 700 instead of 1000. Really, MariaDB?!
author
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 4 Aug 2015 10:42:00 +0000
(06:42 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 4 Aug 2015 10:42:00 +0000
(06:42 -0400)
t/BucardoTesting.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/BucardoTesting.pm
b/t/BucardoTesting.pm
index e878d38ecde321c5af358455c30f680f84af9ff7..e65256a41a08f5d8b0ed113d7964783398074305 100644
(file)
--- 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(
10
00)',
+ 'bucardo_test4' => 'VARCHAR(
7
00)',
'bucardo_test5' => 'DATE',
'bucardo_test6' => 'DATETIME',
'bucardo_test7' => 'NUMERIC(5,1)',