[Rt-commit] r7230 - rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin
ruz at bestpractical.com
ruz at bestpractical.com
Tue Mar 13 10:44:49 EDT 2007
Author: ruz
Date: Tue Mar 13 10:44:47 2007
New Revision: 7230
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-setup-database.in
Log:
* display version we've figured out to give a hint to the user
that we failed
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-setup-database.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-setup-database.in (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/sbin/rt-setup-database.in Tue Mar 13 10:44:47 2007
@@ -196,7 +196,7 @@
# Check which version we're running
my ($version) = $dbh->selectrow_hashref("show variables like 'version'")->{Value} =~ /^(\d\.\d+)/;
if ( $version < 4 ) {
- print STDERR "*** WARNING: RT is unsupported on MySQL versions before 4.0.x\n";
+ print STDERR "*** WARNING: RT is unsupported on MySQL versions before 4.0.x, it's $version\n";
}
# MySQL must have InnoDB support
More information about the Rt-commit
mailing list