1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-21 08:47:42 +03:00
Files
mariadb/mysql-test/r
unknown 3ac87034ca Fix for bug #28895 "Test 'information_schema_db' fails on i5/OS 32 bit".
In acl_getroot_no_password(), use a separate variable for traversing the acl_users list so that the last entry is not used when no matching entries are found.


mysql-test/r/view_grant.result:
  Fixed the testcase for bug #14875 which relied on broken behavior. sctx->master_access and sctx->priv_user were being set to the last entry in the acl_users list. That does not happen after the patch for bug #28895, so we get a different warning message.
sql/sql_acl.cc:
  In acl_getroot_no_password(), use a separate variable for traversing the acl_users list so that the last entry is not used when no matching entries are found.
2007-06-05 22:18:07 +04:00
..
2007-04-29 00:50:33 +05:00
2007-03-29 11:20:08 +02:00
2007-03-29 11:20:08 +02:00
2007-02-23 18:49:41 +02:00
2007-01-03 03:35:57 +04:00
2007-03-27 19:28:04 +03:00
2007-04-11 13:58:16 +03:00
2007-02-23 21:13:21 +03:00
2007-03-29 11:20:08 +02:00
2007-04-18 19:36:22 -06:00
2007-02-09 12:54:50 -08:00
2007-02-07 14:22:19 -08:00
2007-03-31 17:18:03 +02:00
2007-03-21 09:13:05 +01:00
2007-03-29 11:20:08 +02:00
2007-02-21 19:38:40 +02:00
2007-01-31 19:31:36 -08:00
2007-04-29 20:14:35 -07:00
2007-02-01 18:00:24 +04:00
2007-02-08 15:53:14 +01:00
2007-04-10 19:08:08 +03:00
2007-02-01 18:00:24 +04:00
2007-03-20 00:46:19 +03:00
2007-04-17 12:32:01 +02:00
2007-01-18 15:28:45 +04:00
2007-03-29 09:08:30 +05:00
2007-04-20 10:49:45 +03:00
2007-04-23 17:15:51 +03:00