Updated path to MySQL's searchable online documentation.
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
||||
|
||||
2004-04-19 Alexander M. Turek <me@derrabus.de>
|
||||
* lang/german-*.inc.php: Clarification.
|
||||
* config.inc.php, Documentation.html, libraries/config_import.lib.php:
|
||||
Updated path to MySQL's searchable online documentation.
|
||||
|
||||
2004-04-19 Marcel Tschopp <ne0x@users.sourceforge.net>
|
||||
* libraries/export/sql.php, libraries/export/latex.php: Fixed a few
|
||||
|
@@ -2869,7 +2869,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
||||
[3.9] I get error messages when using "--sql_mode=ANSI" for the MySQL server
|
||||
</h4>
|
||||
<p>
|
||||
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is structured (see <a href="http://www.mysql.com/doc/en/ANSI_mode.html">http://www.mysql.com/doc/en/ANSI_mode.html</a>). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL statements. There is no workaround to this behaviour. News to this item will be posted in Bug report <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=816858&group_id=23067&atid=377408">#816858</a>
|
||||
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is structured (see <a href="http://dev.mysql.com/doc/mysql/en/ANSI_mode.html">http://dev.mysql.com/doc/mysql/en/ANSI_mode.html</a>). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL statements. There is no workaround to this behaviour. News to this item will be posted in Bug report <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=816858&group_id=23067&atid=377408">#816858</a>
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
|
@@ -351,10 +351,10 @@ $cfg['Export']['sql_header_comment'] = ''; // \n is replaced by new line
|
||||
/**
|
||||
* Link to the official MySQL documentation.
|
||||
* Be sure to include no trailing slash on the path.
|
||||
* See http://www.mysql.com/documentation/index.html for more information
|
||||
* See http://dev.mysql.com/doc/ for more information
|
||||
* about MySQL manuals and their types.
|
||||
*/
|
||||
$cfg['MySQLManualBase'] = 'http://www.mysql.com/doc/en';
|
||||
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/mysql/en';
|
||||
|
||||
/**
|
||||
* Type of MySQL documentation:
|
||||
|
@@ -518,7 +518,7 @@ if (!isset($cfg['MySQLManualBase'])) {
|
||||
$cfg['MySQLManualType'] = 'old';
|
||||
unset($cfg['ManualBaseShort']);
|
||||
} else {
|
||||
$cfg['MySQLManualBase'] = 'http://www.mysql.com/doc/en';
|
||||
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/mysql/en';
|
||||
$cfg['MySQLManualType'] = 'searchable';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user