Index: 71mysql.t
===================================================================
--- 71mysql.t	(revision 2070)
+++ 71mysql.t	(working copy)
@@ -20,7 +20,7 @@
 
 $dbh->do("DROP TABLE IF EXISTS artist;");
 
-$dbh->do("CREATE TABLE artist (artistid INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARCHAR(255), charfield CHAR(10));");
+$dbh->do("CREATE TABLE artist (artistid INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARCHAR(255), charfield VARCHAR(10));");
 
 #'dbi:mysql:host=localhost;database=dbic_test', 'dbic_test', '');
 
@@ -59,7 +59,7 @@
         'default_value' => undef,
     },
     'charfield' => {
-        'data_type' => 'CHAR',
+        'data_type' => 'VARCHAR',
         'is_nullable' => 1,
         'size' => 10,
         'default_value' => undef,
