Small. Fast. Reliable.
Choose any three.
*** 21,26 ****
--- 21,29 ----
  *: 2005.09.25 : free text search capabilities in select statements:
  Mysql does free text search Match(field_list) Against(keyword)
  
+ *: 2004.11.17 : INSERTing one record with all VALUES to DEFAULT: INSERT INTO example ()
+ VALUES ();
+ 
  *: 2004.04.07 : Multiple databases are not supported. For example, the following construct
  for creating a table in a
  database db1 based on a table in database db2 won't work:
***************
*** 63,71 ****
  *: 2003.07.28 : Stored Procedures
  
  *: 2003.07.28 : Rollup and Cube -> UnsupportedSqlRollupAndCube
- 
- *: INSERTing one record with all VALUES to DEFAULT: INSERT INTO example ()
- VALUES ();
  
  *: DISTINCT ON (expr,...) - this is from Postgres, where expr,... must be the
  leftmost expressions from
--- 66,71 ----