Skip to content

Commit fc28372

Browse files
committed
Added a comment
1 parent fee52bc commit fc28372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
# Database managemen system specific variables
5656
MSSQL_SYSTEM_DBS = ( "Northwind", "model", "msdb", "pubs", "tempdb" )
57-
MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" )
57+
MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" ) # Before MySQL 5.0 only "mysql"
5858
PGSQL_SYSTEM_DBS = ( "information_schema", "pg_catalog" )
5959
ORACLE_SYSTEM_DBS = ( "SYSTEM", "SYSAUX" )
6060

0 commit comments

Comments
 (0)