MXS-1581: Add note to limitations

Added CREATE TABLE ... SELECT into the list of avrorouter related
limitations.
This commit is contained in:
Markus Mäkelä
2017-12-14 19:36:40 +02:00
parent 1a63e5ec7e
commit 8509cf9725

View File

@ -122,10 +122,11 @@ can be influenced with the server priority mechanic described in the
### Avrorouter limitations (avrorouter)
The avrorouter does not support the following data types and conversions:
The avrorouter does not support the following data types, conversions or SQL statements:
* BIT
* Fields CAST from integer types to string types
* [CREATE TABLE ... AS SELECT statements](https://mariadb.com/kb/en/library/create-table/#create-select)
The avrorouter does not do any crash recovery. This means that the avro files
need to be truncated to valid block lengths before starting the avrorouter.