MXS-1804: Update limitations document

Changed the wording of the limitation to apply only to versions older than
2.3.0.
This commit is contained in:
Markus Mäkelä
2018-05-02 17:53:49 +03:00
parent d6c44aaf52
commit c33460cb53

View File

@ -217,8 +217,8 @@ SELECT ..INTO variable|OUTFILE|DUMPFILE
SET autocommit=1|0 SET autocommit=1|0
``` ```
Session commands that are 2²⁴ - 1 bytes or longer are not supported and Prior to MaxScale 2.3.0, session commands that were 2²⁴ - 1 bytes or longer were
cause the session to be closed. not supported and caused the session to be closed.
There is a possibility for misbehavior. If `USE mytable` is executed in one of There is a possibility for misbehavior. If `USE mytable` is executed in one of
the slaves and fails, it may be due to replication lag rather than the database the slaves and fails, it may be due to replication lag rather than the database