Skip to content

Commit 8902205

Browse files
author
Tor Didriksen
committed
Bug#15890092 BAR.COM USED IN URLS INSIDE THE SOURCE OF MYSQL, SHOULD BE EXAMPLE.COM
Some example URLs mention the domain name 'bar.com'. This domain is valid and is non-Oracle content. Use example.com instead.
1 parent f615901 commit 8902205

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/mysqlaccess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BEGIN {
5454
$MYSQLDUMP = '@bindir@/mysqldump';
5555
#path to mysqldump executable
5656

57-
$MYSQLADMIN= 'http://foobar.com/MySQLadmin';
57+
$MYSQLADMIN= 'http://example.com/MySQLadmin';
5858
#URL of CGI for manipulating
5959
#the temporary grant-tables
6060
}

unittest/gunit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ SET(GMOCK_DOWNLOAD_URL
9898
MACRO(HTTP_PROXY_HINT)
9999
MESSAGE(STATUS
100100
"If you are inside a firewall, you may need to use an http proxy: "
101-
"export http_proxy=http://foo.bar.com:80")
101+
"export http_proxy=http://example.com:80")
102102
ENDMACRO()
103103

104104

0 commit comments

Comments
 (0)