Commit History

Author SHA1 Message Date
  Diogo Cordeiro f89c052cf8 Set default value of datetime columns to CURRENT_TIMESTAMP 5 years ago
  Mikael Nordfeldth c9a9a8bc58 Fulltext indexes are supported in InnoDB since MariaDB 10.0.15 6 years ago
  Mikael Nordfeldth 6b31feb70f Strict Standards: Declaration of MysqlSchema::get() 8 years ago
  Mikael Nordfeldth 2f86cd8602 utf8mb4 conversion on database with index adjusts 9 years ago
  Brion Vibber 8454b1fbad Fix for schema upgrade issue when primary keys change; fixes upgrade direct from 0.8.x 12 years ago
  Brion Vibber 692ef9c330 Include fulltext indexes in MySQL table create 13 years ago
  Brion Vibber f5019ac5aa tweaks for the installer whee 13 years ago
  Brion Vibber 345b7d33b8 some sorta vaguely working bits 13 years ago
  Brion Vibber e07254d15b $config['db']['mysql_foreign_keys'] option to experimentally enable foreign keys on MySQL. (Would only work on InnoDB tables, may explode, etc) 13 years ago
  Brion Vibber 4aa6c4e49f MySQL schema: fix dropping unique indexes, add support for changing table properties back from old code. 13 years ago
  Brion Vibber a923ef9719 Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the canonical def before comparing 13 years ago
  Brion Vibber eb93bdbb03 some more tweaking to do the mappings during filterDef; not totally sure I like it 13 years ago
  Brion Vibber 90c35dc541 Cleanup on making the schema work for installer (not quite there yet) 13 years ago
  Brion Vibber 229c772634 Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features. 13 years ago
  Brion Vibber 7723d15cd0 tweak for mysql 13 years ago
  Brion Vibber 9364e446b1 Start reworking things to build create table stuff (can view via dumpschema.php --build) 13 years ago
  Brion Vibber 7f674cc957 Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x 13 years ago
  Brion Vibber 2d0807bc1c Starting on adapting postgresql schema class to look stuff up in the new drupalish format... 13 years ago
  Brion Vibber 2e475ceab0 Some more poking at schema stuff, on the road towards a more portable table-modification with the new schema bits 13 years ago
  Brion Vibber efa8ff82f4 fix up some more 'not null's and such 13 years ago
  Brion Vibber 85156fcbed Fix detection of auto_increment fields in MySQL (sets them as 'serial' type) 13 years ago
  Brion Vibber 14e4f50f29 Some cleanup on detecting types 13 years ago
  Brion Vibber 63c4cb3f36 Finish patching up the index fetching in new schema stuff for mysql 13 years ago
  Brion Vibber a680e1798c Work in progress on fetching table defs from existing tables in new format -- unfinished 13 years ago
  Brion Vibber 033a757013 More schema work in progress... removing duped code from schema child classes, rebuilding things a bit more (incomplete; non-working state) 13 years ago
  Brion Vibber 6a2659ed67 Workaround for index setup on SubMirror until I'm done w/ arbitrary index support for Schema setup. 13 years ago
  James Walker c2a26ba653 removing redundant constructor 13 years ago
  Brion Vibber 9e9ab23e1f Fixes for updating indices, charset/collation and engine type on plugin-created tables. 14 years ago
  Brion Vibber dc09453a77 First steps on converting FeedSub into the pub/sub basis for OStatus communications: 14 years ago
  Evan Prodromou 81087e45c5 move schema.type.php to typeschema.php like other files 14 years ago