mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'gtid' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2020-05-31 |  | Missing Writes with MySQL GTID |  | mysql, replication, gtid |
| 2019-12-15 |  | Fixing Ghosted GTIDs | When MySQL GTID auto-positioning fails | mysql, replication, gtid, auto-pos |
| 2018-01-23 |  | Crash-safe MySQL Replication | A Visual Guide | mysql, crash-safe, replication, gtid |
3 rows in set (0.00 sec)