Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
database system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2006 at 04:53 UTC
Updated:
15 Mar 2006 at 20:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commented+1 on this patch and making the change part of the coding standards.
Comment #2
killes@www.drop.org commented+1
Comment #3
webchickOk then... Setting this RTBC.
Also, an excerpt from http://dev.mysql.com/doc/refman/5.0/en/storage-engines.html to support this change:
"If you omit the ENGINE or TYPE option, the default storage engine is used. Normally, this is MyISAM, but you can change it by using the --default-storage-engine or --default-table-type server startup option, or by setting the storage_engine or table_type system variable."
Comment #4
pfaocle+1
Seems sensible to me. Perhaps we need a mention of this in INSTALL.mysql.txt too?
Comment #5
killes@www.drop.org commentedWanted to apply it, but doesn't apply anymore.
Comment #6
webchickOops! Let's try this. :)
Comment #7
webchickComment #8
killes@www.drop.org commentedapplied
Comment #9
webchickCrap. Forgot about updates.inc too. Sorry. ;(
Comment #10
killes@www.drop.org commentedapplied, had to edit a bit.
Comment #11
markus_petrux commentedIt doesn't worth to open a new issue, if I'm mistaken...
Looking at the changes made by this patch I figured that in updates.inc there are newly created tables that are defined with the UTF8 stuff (example: system_update_173), but some others don't (example: see system_update_166). Is that correct?
Comment #12
markus_petrux commentedNevermind, system_update_169 does the job for previously created tables. sorry. :-?
Comment #13
(not verified) commented