Index: schema.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/schema/schema.module,v
retrieving revision 1.43.2.9.2.9
diff -u -r1.43.2.9.2.9 schema.module
--- schema.module	25 Feb 2010 04:08:19 -0000	1.43.2.9.2.9
+++ schema.module	20 Mar 2010 17:49:40 -0000
@@ -179,7 +179,7 @@
  * Converts a column's Schema type into an engine-specific data type.
  */
 function schema_engine_type($col, $table, $field, $engine = NULL) {
-  $map = db_type_map();
+  $map = schema_dbobject()->getFieldTypeMap();
   $size = (isset($col['size']) ? $col['size'] : 'normal');
   $type = $col['type'] . ':' . $size;
   if (isset($map[$type])) {
