~patrick-crews/drizzle/qp-merge2

« back to all changes in this revision

Viewing changes to drizzled/item/create.h

  • Committer: Patrick Crews
  • Date: 2012-02-20 22:04:21 UTC
  • mfrom: (2483.1.30 drizzle)
  • Revision ID: gleebix@gmail.com-20120220220421-9a77n2wnglo211r0
Merge trunk

Show diffs side-by-side

added added

removed removed

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