1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-03 10:02:01 +03:00

Remove some files that shouldn't be in version control (If you need them, I still have them).

Some changes needded to build debug
This commit is contained in:
David Hall 2016-02-08 13:54:26 -06:00
parent 98aff3b93a
commit e4c7f2292c
27 changed files with 25 additions and 3641 deletions

View File

@ -1,3 +0,0 @@
-g0 -O3 -fno-strict-aliasing -fno-tree-vectorize -DDBUG_OFF
#-ggdb3 -fno-tree-vectorize -DSAFE_MUTEX -DSAFEMALLOC
#-ggdb3 -fno-tree-vectorize -DSAFE_MUTEX

View File

@ -1 +0,0 @@
-g0 -O3 -fno-strict-aliasing -fno-tree-vectorize -DDBUG_OFF

File diff suppressed because it is too large Load Diff

View File

@ -1,258 +0,0 @@
/* A Bison parser, made by GNU Bison 2.4.1. */
/* Skeleton interface for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton. Alternatively, if you modify or redistribute
the parser skeleton itself, you may (at your option) remove this
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
ACTION = 258,
ADD = 259,
ALTER = 260,
AUTO_INCREMENT = 261,
BIGINT = 262,
BIT = 263,
IDB_BLOB = 264,
CASCADE = 265,
IDB_CHAR = 266,
CHARACTER = 267,
CHECK = 268,
CLOB = 269,
COLUMN = 270,
COLUMNS = 271,
COMMENT = 272,
CONSTRAINT = 273,
CONSTRAINTS = 274,
CREATE = 275,
CURRENT_USER = 276,
DATETIME = 277,
DEC = 278,
DECIMAL = 279,
DEFAULT = 280,
DEFERRABLE = 281,
DEFERRED = 282,
IDB_DELETE = 283,
DROP = 284,
ENGINE = 285,
FOREIGN = 286,
FULL = 287,
IMMEDIATE = 288,
INDEX = 289,
INITIALLY = 290,
IDB_INT = 291,
INTEGER = 292,
KEY = 293,
MATCH = 294,
MAX_ROWS = 295,
MIN_ROWS = 296,
MODIFY = 297,
NO = 298,
NOT = 299,
NULL_TOK = 300,
NUMBER = 301,
NUMERIC = 302,
ON = 303,
PARTIAL = 304,
PRECISION = 305,
PRIMARY = 306,
REFERENCES = 307,
RENAME = 308,
RESTRICT = 309,
SET = 310,
SMALLINT = 311,
TABLE = 312,
TIME = 313,
TINYINT = 314,
TO = 315,
UNIQUE = 316,
UNSIGNED = 317,
UPDATE = 318,
USER = 319,
SESSION_USER = 320,
SYSTEM_USER = 321,
VARCHAR = 322,
VARBINARY = 323,
VARYING = 324,
WITH = 325,
ZONE = 326,
DOUBLE = 327,
IDB_FLOAT = 328,
REAL = 329,
CHARSET = 330,
IDB_IF = 331,
EXISTS = 332,
CHANGE = 333,
TRUNCATE = 334,
IDENT = 335,
FCONST = 336,
SCONST = 337,
CP_SEARCH_CONDITION_TEXT = 338,
ICONST = 339,
DATE = 340
};
#endif
/* Tokens. */
#define ACTION 258
#define ADD 259
#define ALTER 260
#define AUTO_INCREMENT 261
#define BIGINT 262
#define BIT 263
#define IDB_BLOB 264
#define CASCADE 265
#define IDB_CHAR 266
#define CHARACTER 267
#define CHECK 268
#define CLOB 269
#define COLUMN 270
#define COLUMNS 271
#define COMMENT 272
#define CONSTRAINT 273
#define CONSTRAINTS 274
#define CREATE 275
#define CURRENT_USER 276
#define DATETIME 277
#define DEC 278
#define DECIMAL 279
#define DEFAULT 280
#define DEFERRABLE 281
#define DEFERRED 282
#define IDB_DELETE 283
#define DROP 284
#define ENGINE 285
#define FOREIGN 286
#define FULL 287
#define IMMEDIATE 288
#define INDEX 289
#define INITIALLY 290
#define IDB_INT 291
#define INTEGER 292
#define KEY 293
#define MATCH 294
#define MAX_ROWS 295
#define MIN_ROWS 296
#define MODIFY 297
#define NO 298
#define NOT 299
#define NULL_TOK 300
#define NUMBER 301
#define NUMERIC 302
#define ON 303
#define PARTIAL 304
#define PRECISION 305
#define PRIMARY 306
#define REFERENCES 307
#define RENAME 308
#define RESTRICT 309
#define SET 310
#define SMALLINT 311
#define TABLE 312
#define TIME 313
#define TINYINT 314
#define TO 315
#define UNIQUE 316
#define UNSIGNED 317
#define UPDATE 318
#define USER 319
#define SESSION_USER 320
#define SYSTEM_USER 321
#define VARCHAR 322
#define VARBINARY 323
#define VARYING 324
#define WITH 325
#define ZONE 326
#define DOUBLE 327
#define IDB_FLOAT 328
#define REAL 329
#define CHARSET 330
#define IDB_IF 331
#define EXISTS 332
#define CHANGE 333
#define TRUNCATE 334
#define IDENT 335
#define FCONST 336
#define SCONST 337
#define CP_SEARCH_CONDITION_TEXT 338
#define ICONST 339
#define DATE 340
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
ddlpackage::AlterTableStatement *alterTableStmt;
ddlpackage::AlterTableAction *ata;
ddlpackage::AlterTableActionList *ataList;
ddlpackage::DDL_CONSTRAINT_ATTRIBUTES cattr;
std::pair<std::string, std::string> *tableOption;
const char *columnOption;
ddlpackage::ColumnConstraintDef *columnConstraintDef;
ddlpackage::ColumnNameList *columnNameList;
ddlpackage::ColumnType* columnType;
ddlpackage::ConstraintAttributes *constraintAttributes;
ddlpackage::ColumnConstraintList *constraintList;
ddlpackage::DDL_CONSTRAINTS constraintType;
double dval;
bool flag;
int ival;
ddlpackage::QualifiedName *qualifiedName;
ddlpackage::SchemaObject *schemaObject;
ddlpackage::SqlStatement *sqlStmt;
ddlpackage::SqlStatementList *sqlStmtList;
const char *str;
ddlpackage::TableConstraintDef *tableConstraint;
ddlpackage::TableElementList *tableElementList;
ddlpackage::TableOptionMap *tableOptionMap;
ddlpackage::ColumnDefaultValue *colDefault;
ddlpackage::DDL_MATCH_TYPE matchType;
ddlpackage::DDL_REFERENTIAL_ACTION refActionCode;
ddlpackage::ReferentialAction *refAction;
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
#endif
extern YYSTYPE ddllval;

8
dbcon/mysql/ha_calpont.cpp Normal file → Executable file
View File

@ -154,12 +154,14 @@ int calpont_discover(handlerton *hton, THD* thd, TABLE_SHARE *share)
#ifdef INFINIDB_DEBUG
fprintf(stderr, "calpont_discover()\n");
#endif
DBUG_PRINT("info", ("calpont_discover."));
return 1;
}
static int calpont_init_func(void *p)
{
DBUG_ENTER("calpont_init_func");
DBUG_PRINT("info", ("calpont_init_func."));
struct tm tm;
time_t t;
@ -283,6 +285,7 @@ static handler* calpont_create_handler(handlerton *hton,
TABLE_SHARE *table,
MEM_ROOT *mem_root)
{
DBUG_PRINT("info", ("calpont_create_handler."));
return new (mem_root) ha_calpont(hton, table);
}
@ -300,6 +303,7 @@ static int calpont_rollback(handlerton *hton, THD* thd, bool all)
static int calpont_close_connection ( handlerton *hton, THD* thd )
{
DBUG_PRINT("info", ("calpont_close_connection."));
int rc = ha_calpont_impl_close_connection( hton, thd);
return rc;
}
@ -311,7 +315,9 @@ static void calpont_set_error(THD* thd, uint64_t errCode, LEX_STRING* args, uint
ha_calpont::ha_calpont(handlerton *hton, TABLE_SHARE *table_arg)
:handler(hton, table_arg)
{}
{
DBUG_PRINT("info", ("ha_calpont::ha_calpont."));
}
/**

1
dbcon/mysql/ha_calpont.h Normal file → Executable file
View File

@ -36,6 +36,7 @@
#ifndef HA_CALPONT_H__
#define HA_CALPONT_H__
#include <my_config.h>
#include "idb_mysql.h"
/** @brief

1
dbcon/mysql/ha_calpont_ddl.cpp Normal file → Executable file
View File

@ -19,6 +19,7 @@
* $Id: ha_calpont_ddl.cpp 9675 2013-07-11 15:38:12Z chao $
*/
#include <my_config.h>
#include <string>
#include <iostream>
#include <stack>

1
dbcon/mysql/ha_calpont_dml.cpp Normal file → Executable file
View File

@ -19,6 +19,7 @@
* $Id: ha_calpont_dml.cpp 9711 2013-07-23 21:01:27Z chao $
*/
#include <my_config.h>
#include <string>
#include <iostream>
#include <stack>

1
dbcon/mysql/ha_calpont_execplan.cpp Normal file → Executable file
View File

@ -21,6 +21,7 @@
/** @file */
#include <my_config.h>
#include <string>
#include <iostream>
#include <stack>

1
dbcon/mysql/ha_calpont_impl.cpp Normal file → Executable file
View File

@ -19,6 +19,7 @@
* $Id: ha_calpont_impl.cpp 9642 2013-06-24 14:57:42Z rdempsey $
*/
#include <my_config.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif

1
dbcon/mysql/ha_calpont_partition.cpp Normal file → Executable file
View File

@ -19,6 +19,7 @@
* $Id: ha_calpont_partition.cpp 9642 2013-06-24 14:57:42Z rdempsey $
*/
#include <my_config.h>
#include <iostream>
#include <vector>
#include <cassert>

1
dbcon/mysql/ha_calpont_udf.cpp Normal file → Executable file
View File

@ -19,6 +19,7 @@
* $Id: ha_calpont_udf.cpp 9210 2013-01-21 14:10:42Z rdempsey $
*/
#include <my_config.h>
#ifdef _MSC_VER
#include <unordered_map>
#else

1
dbcon/mysql/ha_exists_sub.cpp Normal file → Executable file
View File

@ -24,6 +24,7 @@
/** class ExistsSub definition */
//#define NDEBUG
#include <my_config.h>
#include <cassert>
#include "idb_mysql.h"

1
dbcon/mysql/ha_from_sub.cpp Normal file → Executable file
View File

@ -24,6 +24,7 @@
/** class FromSubSelect definition */
//#define NDEBUG
#include <my_config.h>
#include <cassert>
#include <map>
using namespace std;

1
dbcon/mysql/ha_in_sub.cpp Normal file → Executable file
View File

@ -23,6 +23,7 @@
/** @file */
/** class InSub definition */
#include <my_config.h>
#include <stdint.h>
//#define NDEBUG
#include <cassert>

1
dbcon/mysql/ha_pseudocolumn.cpp Normal file → Executable file
View File

@ -1,3 +1,4 @@
#include <my_config.h>
#include <cmath>
#include <iostream>
#include <sstream>

1
dbcon/mysql/ha_scalar_sub.cpp Normal file → Executable file
View File

@ -24,6 +24,7 @@
/** class ScalarSub definition */
//#define NDEBUG
#include <my_config.h>
#include <cassert>
#include <vector>
using namespace std;

1
dbcon/mysql/ha_select_sub.cpp Normal file → Executable file
View File

@ -23,6 +23,7 @@
/** class SelectSubQuery definition */
//#define NDEBUG
#include <my_config.h>
#include <cassert>
using namespace std;

1
dbcon/mysql/ha_subquery.h Normal file → Executable file
View File

@ -27,6 +27,7 @@
#define HA_SUBQUERY
//#undef LOG_INFO
#include <my_config.h>
#include "idb_mysql.h"
#include "ha_calpont_impl_if.h"

1
dbcon/mysql/ha_view.cpp Normal file → Executable file
View File

@ -21,6 +21,7 @@
*
***********************************************************************/
#include <my_config.h>
#include "idb_mysql.h"
#include <string>

1
dbcon/mysql/ha_window_function.cpp Normal file → Executable file
View File

@ -20,6 +20,7 @@
*
*
***********************************************************************/
#include <my_config.h>
#include <iostream>
#include <string>
using namespace std;

View File

@ -21,6 +21,7 @@
*
***********************************************************************/
#include <my_config.h>
#include <cmath>
#include <iostream>
using namespace std;

View File

@ -1,3 +1,4 @@
#include <my_config.h>
#include <cmath>
#include <iostream>
#include <sstream>

Binary file not shown.

Binary file not shown.

Binary file not shown.