Hello Seqouia people!
Dr. Volker Jaenisch schrieb:
Anyone an idea to workaround this problem?
--- database_interface.lib.php.orig 2006-11-09 02:52:23.000000000 +0100
+++ database_interface.lib.php 2006-11-09 03:11:59.000000000 +0100
@@ -806,9 +806,7 @@
'SELECT VERSION()', 0, 0, $link, PMA_DBI_QUERY_STORE);
if ( $mysql_version ) {
$match = explode('.', $mysql_version);
- define('PMA_MYSQL_INT_VERSION',
- (int) sprintf('%d%02d%02d', $match[0], $match[1],
- intval($match[2])));
+ define('PMA_MYSQL_INT_VERSION', 40000);
define('PMA_MYSQL_STR_VERSION', $mysql_version);
unset($mysql_version, $match);
} else {
This patch for phpmyadmin copes with the problem.
But be warned! This is no SOLUTION it's a dirty hack.
Best regards,
Volker
====================================================
inqbus it-consulting +49 ( 341 ) 5643800
Dr. Volker Jaenisch http://www.inqbus.de
Herloßsohnstr. 12 0 4 1 5 5 Leipzig
N O T - F Ä L L E +49 ( 170 ) 3113748
====================================================
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia