fix merge conflicts
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
|
||||
3.3.9.0 (not yet released)
|
||||
- bug [doc] Fix references to MySQL doc
|
||||
- patch #3101490 Default function for TIMESTAMP, thanks to jirand - jirand
|
||||
|
||||
3.3.8.0 (2010-10-25)
|
||||
- bug #3059311 [import] BIGINT field type added to table analysis
|
||||
|
@@ -542,6 +542,7 @@ foreach ($rows as $row_id => $vrow) {
|
||||
|
||||
if ($field['True_Type'] == 'timestamp'
|
||||
&& empty($field['Default'])
|
||||
&& empty($data)
|
||||
&& ! isset($analyzed_sql[0]['create_table_fields'][$field['Field']]['on_update_current_timestamp'])) {
|
||||
$default_function = $cfg['DefaultFunctions']['first_timestamp'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user