- Solid Information Technology, Ltd -

solidDB for MySQL 5.1 Release Notes

Version: solidDB-0080

Date: 15.11.2007

This product is distributed under the GPL License V.2.

All rights reserved. This documentation is not distributed under a GPL license.


Table of Contents

1 solidDB for MySQL Beta Features
1.1 General Features Supported by solidDB for MySQL
2 What's New in This Release
3 Tested Platforms
4 Changelog

Chapter 1. solidDB for MySQL Beta Features

This document is for the community 5.0.45-0080 builds.

1.1 General Features Supported by solidDB for MySQL

  • Automatic roll forward recovery after failure.

  • Uses optimistic/pessimistic multiversion concurrency control.

  • Database and log files are binary compatible among different platforms.

  • Fully multi-threaded using kernel threads. It uses multiple CPUs/cores if they are available.

  • Supports most of MySQL SQL data types.

  • Supports full standard SQL syntax.

  • Isolation levels supported: READ COMMITTED, REPEATABLE READ and SERIALIZABLE.

  • The MySQL-specific SHOW command can be used to retrieve information about databases, database engines, tables, and indexes.

  • The EXPLAIN command can be used to determine how the optimizer resolves a query.

  • Function names occupy a different name space than table or column names.

  • No practical limit on number of tables or columns, or database size.

  • Online backup.

Chapter 2. What's New in This Release

  • solidDB Storage Engine plugs in to MySQL Server 5.1 by leveraging MySQL Server 5.1's new Pluggable Storage Engine Architecture.

Chapter 3. Tested Platforms

This release has been tested on following platforms:

  • Suse 10 (x86-64)

  • Red Hat Enterprise Linux 4.0 64-bit (amd64)

  • Ubuntu 7.04 (amd32)

  • Ubuntu 7.10 (x86-32)

Chapter 4. Changelog





Release 0080

============



        This is initial release



    

- Solid Information Technology, Ltd -