Merge lp://staging/~pomyks/maria/10.0-per-query-variables into lp://staging/maria

Proposed by Patryk Pomykalski
Status: Needs review
Proposed branch: lp://staging/~pomyks/maria/10.0-per-query-variables
Merge into: lp://staging/maria
Diff against target: 2265 lines (+2080/-16)
13 files modified
mysql-test/suite/percona/percona_rpl_set_statement_variable_test.inc (+31/-0)
mysql-test/suite/percona/percona_rpl_stm_per_query_variables_settings.result (+140/-0)
mysql-test/suite/percona/percona_rpl_stm_per_query_variables_settings.test (+57/-0)
mysql-test/suite/percona/percona_statement_set.result (+862/-0)
mysql-test/suite/percona/percona_statement_set.test (+830/-0)
sql/lex.h (+1/-0)
sql/set_var.h (+3/-0)
sql/sql_lex.cc (+1/-0)
sql/sql_lex.h (+2/-0)
sql/sql_parse.cc (+46/-0)
sql/sql_plugin.cc (+42/-0)
sql/sql_plugin.h (+8/-0)
sql/sql_yacc.yy (+57/-16)
To merge this branch: bzr merge lp://staging/~pomyks/maria/10.0-per-query-variables
Reviewer Review Type Date Requested Status
Maria-captains Pending
Review via email: mp+194193@code.staging.launchpad.net
To post a comment you must log in.

Unmerged revisions

3880. By Patryk Pomykalski

Port of per query variables feature from Percona Server.
Allows changing variables for duration of the query.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches