~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/status_helper.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:15:23 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051523-n57f99sr3qzs9ijw
rearrange explanation of absence of old weird types in numeric data types doc to be after explanation of what we do have. I think it reads better that way

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#include <config.h>
 
21
#include "config.h"
22
22
#include <boost/lexical_cast.hpp>
23
23
#include "status_helper.h"
24
 
#include <drizzled/set_var.h>
25
 
#include <drizzled/drizzled.h>
26
 
#include <plugin/myisam/myisam.h>
27
 
 
28
 
#include <drizzled/refresh_version.h>
 
24
#include "drizzled/set_var.h"
 
25
#include "drizzled/drizzled.h"
 
26
#include "plugin/myisam/myisam.h"
29
27
 
30
28
#include <sstream>
31
29
 
34
32
namespace drizzled
35
33
{
36
34
 
 
35
extern uint64_t refresh_version;
37
36
extern time_t server_start_time;
38
37
extern time_t flush_status_time;
39
38