~catch-drupal/pressflow/pressflow_implements

« back to all changes in this revision

Viewing changes to includes/database.mysql-common.inc

  • Committer: Nathaniel
  • Date: 2011-07-25 06:21:41 UTC
  • mfrom: (96.1.8 pressflow)
  • Revision ID: catch@catch-toshiba-20110725062141-ljr9711t3q3ud106
MergingĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: database.mysql-common.inc,v 1.17.2.5 2010/12/15 13:21:14 goba Exp $
3
2
 
4
3
/**
5
4
 * @file
290
289
 *   table along with adding the field. The format is the same as a
291
290
 *   table specification but without the 'fields' element.  If you are
292
291
 *   adding a type 'serial' field, you MUST specify at least one key
293
 
 *   or index including it in this array. @see db_change_field for more
 
292
 *   or index including it in this array. See db_change_field() for more
294
293
 *   explanation why.
295
294
 */
296
295
function db_add_field(&$ret, $table, $field, $spec, $keys_new = array()) {