ChangeLog 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 2007-02-02 Amit Biswas <[email protected]>
  2. * MySQL_5.sql: Added this new sql script. This sql script performs
  3. the same operations as the existing "mysql.sql" but some sql
  4. commands have been changed either to fix bugs or to comply with
  5. MySQL Server 5.0.
  6. 2005-10-14 Senganal T <[email protected]>
  7. * mysql.sql: Added data for testing bug #75032
  8. 2005-10-08 Sureshkumar T <[email protected]>
  9. * mysql.sql: impact from sqlserver.sql.
  10. 2005-09-24 Sureshkumar T <[email protected]>
  11. * sybase.sql: grant permissions on objects
  12. * sqlserver.sql: change id as int. tiny int won't allow 6000 (the
  13. tempory updatable limit).
  14. 2005-09-16 Senganal T <[email protected]>
  15. * sqlserver.sql: modified. added string_family, datetime_family,
  16. modified numeric_family values.
  17. created new database mono-test for checking -.
  18. 2005-09-13 Sureshkumar T <[email protected]>
  19. * sybase.sql: added. script file to create test database on
  20. sybase.
  21. 2005-09-01 Sureshkumar T <[email protected]>
  22. * SCHEMA: schema specification.
  23. * sqlserver.sql: sql script file to create test schema for mssql
  24. database. added.
  25. * mysql.sql: sql script file to create test schema for mysql
  26. database. added.