~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/skip_name_resolve.result

  • Committer: Brian Aker
  • Date: 2008-07-06 15:03:34 UTC
  • Revision ID: brian@tangent.org-20080706150334-xv3xa202trvs0712
USE_RAID cleanup, along with ftbench tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GRANT ALL ON test.* TO mysqltest_1@'127.0.0.1/255.255.255.255';
 
2
SHOW GRANTS FOR mysqltest_1@'127.0.0.1/255.255.255.255';
 
3
Grants for mysqltest_1@127.0.0.1/255.255.255.255
 
4
GRANT USAGE ON *.* TO 'mysqltest_1'@'127.0.0.1/255.255.255.255'
 
5
GRANT ALL PRIVILEGES ON `test`.* TO 'mysqltest_1'@'127.0.0.1/255.255.255.255'
 
6
REVOKE ALL ON test.* FROM mysqltest_1@'127.0.0.1/255.255.255.255';
 
7
DROP USER mysqltest_1@'127.0.0.1/255.255.255.255';
 
8
select user();
 
9
user()
 
10
#
 
11
show processlist;
 
12
Id      User    Host    db      Command Time    State   Info
 
13
<id>    root    <host>  test    <command>       <time>  <state> <info>
 
14
<id>    root    <host>  test    <command>       <time>  <state> <info>