[Rt-commit] rt branch, 4.4/mariadb-support, repushed
Brian Duggan
brian at bestpractical.com
Thu Apr 13 15:53:06 EDT 2017
The branch 4.4/mariadb-support was deleted and repushed:
was d5847418bb1562bf77a545ccd5f380aa3e8f5353
now d288d15af8a4dc22557ed9723b2f4091f210ea38
1: d584741 ! 1: d288d15 Add MariaDB support to documentation and rt-setup-fulltext-index
@@ -27,7 +27,8 @@
=item 2.
-You are migrating from MySQL 4.0 to MySQL 4.1 or above
-+You are migrating from MySQL 4.0 to MySQL 4.1 or above or to MariaDB
++You are migrating from MySQL 4.0 to MySQL 4.1 or above, or from MySQL
++4.0 to MariaDB
=back
@@ -113,9 +114,11 @@
-C<max_allowed_packet> too low for MySQL (in either the client or server), or
-encoding issues, or running out of disk space.
+There are many issues that can cause broken backups, such as...
++=over 4
+=item * a C<max_allowed_packet> too low for MySQL or MariaDB in either the client or server
+=item * encoding issues
+=item * running out of disk space
++=back
Make sure your backup cronjobs notify someone if they fail instead of failing
silently until you need them.
@@ -244,7 +247,7 @@
-CONVERT_TZ(TS, from, to) exists since mysql 4.1.3. Note that it takes a
-timestamp, so it only supports limitted date range (usuall 1970-2038).
+MariaDB and MySQL 4.1.3 and later support CONVERT_TZ(TS, from,
-+to). Note that it takes a timestamp, so it only supports limitted date
++to). Note that it takes a timestamp, so it only supports limited date
+range (usually 1970-2038).
=head2 Oracle
@@ -265,7 +268,7 @@
integrate with the external Sphinx full-text search engine.
-=head2 Native MySQL
-+RT supports native full-text search on MariaDB versions 5.5 and
++RT supports native full-text search on MariaDB versions 10.0 and
+greater. It does not support Sphinx integration on MariaDB.
-As RT marks attachment data as C<BINARY>, MySQL cannot index this
@@ -399,12 +402,3 @@
. "full-text content and indexes:",
default => $DEFAULT{'table'},
silent => !$OPT{'ask'},
-@@
- } elsif ($DB{'type'} eq 'sphinx') {
- check_sphinx();
- my $table = $OPT{'table'} || prompt(
-- message => "Enter name of a new MySQL table that will be used to connect to the\n"
-+ message => "Enter name of a new MySQL or MariaDB table that will be used to connect to the\n"
- . "Sphinx server:",
- default => $DEFAULT{'table'},
- silent => !$OPT{'ask'},
More information about the rt-commit
mailing list