~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.h

  • Committer: Lee Bieber
  • Date: 2011-03-13 16:37:38 UTC
  • mfrom: (2227.4.18 session2)
  • Revision ID: kalebral@gmail.com-20110313163738-7ti21zk40o2xi3ew
Merge Olaf - Refactor Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    In particular, the following members/methods can be set/called,
52
52
    depending on the function called and the function possible side effects.
53
53
    <ul>
54
 
      <li><code>session->getLex()->binlog_row_based_if_mixed</code></li>
55
 
      <li><code>session->getLex()->current_context()</code></li>
56
 
      <li><code>session->getLex()->safe_to_cache_query</code></li>
57
 
      <li><code>session->getLex()->uncacheable(UNCACHEABLE_SIDEEFFECT)</code></li>
58
 
      <li><code>session->getLex()->uncacheable(UNCACHEABLE_RAND)</code></li>
59
 
      <li><code>session->getLex()->add_time_zone_tables_to_query_tables(session)</code></li>
 
54
      <li><code>session->lex().binlog_row_based_if_mixed</code></li>
 
55
      <li><code>session->lex().current_context()</code></li>
 
56
      <li><code>session->lex().safe_to_cache_query</code></li>
 
57
      <li><code>session->lex().uncacheable(UNCACHEABLE_SIDEEFFECT)</code></li>
 
58
      <li><code>session->lex().uncacheable(UNCACHEABLE_RAND)</code></li>
 
59
      <li><code>session->lex().add_time_zone_tables_to_query_tables(session)</code></li>
60
60
    </ul>
61
61
    @param session The current thread
62
62
    @param name The function name