From a3f34cb73ce569f2967ce7abccdaffad20f5b9a7 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Wed, 5 Feb 2020 10:51:44 -0600 Subject: [PATCH] Update README.md --- Bookings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bookings/README.md b/Bookings/README.md index 344bb83..ded820d 100644 --- a/Bookings/README.md +++ b/Bookings/README.md @@ -143,7 +143,7 @@ $ ./load_flight_data.sh Using MariaDB Replication, MariaDB Enterprise Server replicates writes from InnoDB tables to the MariaDB ColumnStore tables, ensuring that the application can perform analytical processing on current data. Combining MariaDB Replication with MariaDB MaxScale configured as a Binlog Server, MariaDB Enterprise Server can host InnoDB and ColumnStore on the same Server. -This application uses replication on a single table called "Flights", which exists in the InnoDB and ColumnStore instances. In order to set up replication add the following to `/etc/maxscale.cnf` for your HTAP instance. +This application uses replication on a single table called `flights`, which exists `innodb_schema` and `columnstore_schema`. In order to set up replication add the following to `/etc/maxscale.cnf` for your HTAP instance. ``` [replication-filter]