~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.h

modified transaction docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008 Sun Microsystems
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
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