Spider for MySQL 0.17-for-5.1.37

Milestone information

Project:
Spider for MySQL
Series:
spider-1.x
Version:
0.17-for-5.1.37
Released:
 
Registrant:
Kentoku SHIBA
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon spider-src-0.17-for-5.1.37.tgz (md5) RC source 22
last downloaded 35 weeks ago
download icon spider-doc-0.17-for-5.1.37.tgz (md5) RC document 18
last downloaded 39 weeks ago
Total downloads: 40

Release notes 

  RC release.
Function addition
- Add table parameter "use_table_charset".
- Add server parameter "spider_use_table_charset" and "spider_local_lock_table".

Changelog 

View the full changelog

Bug fix
- Can't use XA transaction if you use multi-byte character with xid. Spider's management table was changed by this bug fix. Please execute following SQL for updating Spider's management table.
  alter table mysql.spider_xa modify data char(128) charset binary not null default '';
  alter table mysql.spider_xa_member modify data char(128) charset binary not null default '';
- Get an error if you execute "select count(*)" query with "select_column_mode=1".
- Get an error if you execute "alter table" with only comment changes.
- Can't unlock tables until disconnecting by user if you drop all Spider tables after executing "lock table" statement.
- Get a blank error at table initializing.
- Execute a blank SQL if it is caused an error after "start_bulk_insert".
- Server crash at using "checksum table" statement.
- Can't judge changed BLOB column at updating.

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.