Merge lp:~stewart/drizzle/bug943609 into lp:drizzle

Proposed by Stewart Smith
Status: Merged
Merged at revision: 2623
Proposed branch: lp:~stewart/drizzle/bug943609
Merge into: lp:drizzle
Diff against target: 49 lines (+16/-3)
2 files modified
plugin/simple_user_policy/docs/index.rst (+15/-2)
plugin/simple_user_policy/module.cc (+1/-1)
To merge this branch: bzr merge lp:~stewart/drizzle/bug943609
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Drizzle Trunk Pending
Review via email: mp+150643@code.launchpad.net

Description of the change

docs update for option I added ages ago.

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugin/simple_user_policy/docs/index.rst'
2--- plugin/simple_user_policy/docs/index.rst 2012-02-18 01:04:31 +0000
3+++ plugin/simple_user_policy/docs/index.rst 2013-02-26 19:30:34 +0000
4@@ -20,17 +20,30 @@
5
6 .. seealso:: :ref:`drizzled_plugin_options` for more information about adding and removing plugins.
7
8+Configuration
9+-------------
10+
11+These command line options configure the plugin when :program:`drizzled`
12+is started. See :ref:`command_line_options` for more information about specifying command line options.
13+
14+.. program:: drizzled
15+
16+.. option:: --simple-user-policy.remap-dot-to ARG
17+
18+ :Default: '.'
19+
20+ Since using a period (dot) in a schema name requires quoting, we support remapping this to another character. When set to an underscore, this enables user 'first.last' to connect to the 'first_last' schema, a schema name which does not require quoting.
21+
22 Examples
23 --------
24
25-Sorry, there are no examples for this plugin.
26
27 .. _simple_user_policy_authors:
28
29 Authors
30 -------
31
32-Monty Taylor
33+Monty Taylor, Stewart Smith
34
35 .. _simple_user_policy_version:
36
37
38=== modified file 'plugin/simple_user_policy/module.cc'
39--- plugin/simple_user_policy/module.cc 2012-02-18 01:04:31 +0000
40+++ plugin/simple_user_policy/module.cc 2013-02-26 19:30:34 +0000
41@@ -54,7 +54,7 @@
42 DRIZZLE_VERSION_ID,
43 "simple_user_policy",
44 "1.1",
45- "Monty Taylor",
46+ "Monty Taylor, Stewart Smith",
47 N_("Authorization matching username to schema object name"),
48 PLUGIN_LICENSE_GPL,
49 simple_user_policy::init,

Subscribers

People subscribed via source and target branches

to all changes: