Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2006 at 06:31 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
Takafumi commentedComment #2
drummI'd think that the setting of this variable should be fixed instead of changing how it is handled. The usage of $success in drupal_test_*sql() is usually like
$success[] = 'SELECT';
$success[] = 'CREATE';
but create is different,
$success = array('CONNECT');
Comment #3
amc commentedAnyone know if this issue is still relevant?