Merge lp:~clint-fewbar/drizzle/elliot-fix-user-option into lp:drizzle/7.0

Proposed by Clint Byrum
Status: Merged
Approved by: Brian Aker
Approved revision: 2240
Merged at revision: 2241
Proposed branch: lp:~clint-fewbar/drizzle/elliot-fix-user-option
Merge into: lp:drizzle/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
drizzled/drizzled.cc (+1/-1)
To merge this branch: bzr merge lp:~clint-fewbar/drizzle/elliot-fix-user-option
Reviewer Review Type Date Requested Status
Drizzle Developers Pending
Review via email: mp+54446@code.launchpad.net

Description of the change

Same fix as for trunk, against elliot series.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'drizzled/drizzled.cc'
--- drizzled/drizzled.cc 2011-03-08 10:16:48 +0000
+++ drizzled/drizzled.cc 2011-03-22 23:36:16 +0000
@@ -1475,7 +1475,7 @@
1475 global_system_variables.optimizer_prune_level=1475 global_system_variables.optimizer_prune_level=
1476 vm.count("disable-optimizer-prune") ? false : true;1476 vm.count("disable-optimizer-prune") ? false : true;
14771477
1478 if (vm.count("help") == 0 && vm.count("help-extended") == 0)1478 if (! vm["help"].as<bool>())
1479 {1479 {
1480 if ((user_info= check_user(drizzled_user)))1480 if ((user_info= check_user(drizzled_user)))
1481 {1481 {

Subscribers

People subscribed via source and target branches