Sergey Petrunya
38c611ed59
MDEV-4001: Cassandra: server crashes in ha_cassandra::end_bulk_insert on INSERT .. SELECT with a non-existing column
...
- INSERT ... SELECT may call handler->end_bulk_insert() without having
called handler->start_bulk_insert(). Let Cassandra SE handle this.
2013-05-28 13:32:39 +04:00
Sergey Petrunya
c00a37d113
MDEV-4443: Cassandra SE: ERROR 1928 (HY000): Internal error: 'Thrift exception: Called write on non-open socket'
...
- Made call re-try system also handle network disconnects (it will reconnect before retrying)
- Added Cassandra_network_exceptions counter.
- @@cassandra_failure_retries is now always honored.
2013-05-28 12:38:22 +04:00
Sergey Petrunya
52045d40d4
MDEV-4000: Mapping between Cassandra blob (BytesType) and MySQL BLOB does not work
...
- Allow SQL blobs in the data mapping.
2013-05-20 08:37:03 +04:00
Sergei Golubchik
792d6b348c
skip cassandra.test unless cassandra is running
2013-01-31 13:19:53 +01:00