3473 Georgi Kodinov 2010-07-09
Addendum #2 to bug #53095 : fixed a bad testcase result.
modified:
mysql-test/suite/funcs_1/r/is_basics_mixed.result
3472 Davi Arnaut 2010-07-09
Bug#45288: pb2 returns a lot of compilation warnings on linux
Although the C standard mandates that sprintf return the number
of bytes written, some very ancient systems (i.e. SunOS 4)
returned a pointer to the buffer instead. Since these systems
are not supported anymore and are hopefully long dead by now,
simply remove the portability wrapper that dealt with this
discrepancy. The autoconf check was causing trouble with GCC.
modified:
client/mysqlbinlog.cc
client/mysqlcheck.c
client/sql_string.cc
configure.in
include/my_global.h
sql-common/my_time.c
sql/field.cc
sql/item_timefunc.cc
sql/log_event.cc
sql/my_decimal.cc
sql/partition_info.cc
sql/protocol.cc
sql/sql_acl.cc
sql/sql_analyse.cc
sql/sql_show.cc
sql/sql_string.cc
storage/federated/ha_federated.cc
strings/decimal.c
tests/mysql_client_test.c
=== modified file 'mysql-test/suite/funcs_1/r/is_basics_mixed.result'
--- a/mysql-test/suite/funcs_1/r/is_basics_mixed.result 2008-03-07 19:18:14 +0000
+++ b/mysql-test/suite/funcs_1/r/is_basics_mixed.result 2010-07-09 12:17:47 +0000
@@ -328,7 +328,7 @@ ERROR 42000: Access denied for user 'roo
SELECT table_schema,table_name FROM information_schema.tables
WHERE table_schema = 'information_schema' AND table_name = 'tables';
table_schema table_name
-information_schema tables
+information_schema TABLES
SELECT * FROM information_schema.table_privileges
WHERE table_schema = 'information_schema';
GRANTEE TABLE_CATALOG TABLE_SCHEMA TABLE_NAME PRIVILEGE_TYPE IS_GRANTABLE
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20100709121747-gnp4nzu3chan7x4w.bundle
| Thread |
|---|
| • bzr push into mysql-5.1-bugteam branch (Georgi.Kodinov:3472 to 3473)Bug#53095 | Georgi Kodinov | 9 Jul |