Functionality added or changed:
Limited character set support for storage engine NDBCLUSTER:
| Char set | Collation | 
| big5 | big5_chinese_ci | 
| big5_bin | |
| binary | binary | 
| euckr | euckr_korean_ci | 
| euckr_bin | |
| gb2312 | gb2312_chinese_ci | 
| gb2312_bin | |
| gbk | gbk_chinese_ci | 
| gbk_bin | |
| latin1 | latin1_swedish_ci | 
| latin1_bin | |
| sjis | sjis_japanese_ci | 
| sjis_bin | |
| tis620 | tis620_bin | 
| ucs2 | ucs2_general_ci | 
| ucs2_bin | |
| ujis | ujis_japanese_ci | 
| ujis_bin | |
| utf8 | utf8_general_ci | 
| utf8_bin | 
The SCI Transporter has been brought up-to-date with all changes and now works and has been documented as well.
Optimizations when several clients to a MySQL Server access ndb tables.
Added more checks and warnings for erroneous and inappropriate cluster configurations.
          SHOW TABLES now directly shows
          ndb tables created on a different MySQL server, that is,
          without a prior table access.
        
Enhanced support for starting MySQL Server independently of ndbd and ndb_mgmd.
          Clear text ndb error messages provided by executing
          SHOW WARNINGS after an error
          has occurred which relates to the ndb storage engine.
        
Bugs fixed:
Quite a few bugs fixed.


User Comments
Add your own comment.