summaryrefslogtreecommitdiff
path: root/storage/connect/fmdlex.c
Commit message (Collapse)AuthorAgeFilesLines
* WIP Merge 10.0 into 10.1Marko Mäkelä2018-01-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Bootstrap fails as follows: Logging: /mariadb/10.1/mysql-test/mysql-test-run.pl --mem --parallel=auto --force --retry=0 --suite=innodb vardir: /mariadb/10.1/build/mysql-test/var Removing old var directory... Creating var directory '/mariadb/10.1/build/mysql-test/var'... - symlinking 'var' to '/dev/shm/var_auto_CT5B' Checking supported features... mysqld: /mariadb/10.1/sql/sql_cache.cc:2767: void Query_cache::free_cache(): Assertion `m_cache_lock_status == LOCKED_NO_WAIT || m_cache_status == DISABLE_REQUEST' failed. 180129 18:05:25 [ERROR] mysqld got signal 6 ;
| * Fixed a few compiler warningsMonty2018-01-241-1/+1
| |
| * - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp.Olivier Bertrand2015-12-141-2/+7
| | | | | | | | | | modified: storage/connect/fmdlex.c modified: storage/connect/plgdbutl.cpp
| * Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specifying Windows or not Windows compile. This is what MariaDB does. modified: storage/connect/array.cpp modified: storage/connect/blkfil.cpp modified: storage/connect/block.h modified: storage/connect/colblk.cpp modified: storage/connect/domdoc.cpp modified: storage/connect/filamap.cpp modified: storage/connect/filamdbf.cpp modified: storage/connect/filamfix.cpp modified: storage/connect/filamtxt.cpp modified: storage/connect/filamvct.cpp modified: storage/connect/filamzip.cpp modified: storage/connect/filter.cpp modified: storage/connect/filter.h modified: storage/connect/fmdlex.c modified: storage/connect/global.h modified: storage/connect/ha_connect.cc modified: storage/connect/json.cpp modified: storage/connect/macutil.cpp modified: storage/connect/macutil.h modified: storage/connect/maputil.cpp modified: storage/connect/mycat.cc modified: storage/connect/myconn.cpp modified: storage/connect/myconn.h modified: storage/connect/myutil.cpp modified: storage/connect/odbconn.cpp modified: storage/connect/odbconn.h modified: storage/connect/os.h modified: storage/connect/osutil.c modified: storage/connect/plgdbsem.h modified: storage/connect/plgdbutl.cpp modified: storage/connect/plugutil.c modified: storage/connect/rcmsg.c modified: storage/connect/reldef.cpp modified: storage/connect/reldef.h modified: storage/connect/tabdos.cpp modified: storage/connect/tabfix.cpp modified: storage/connect/tabfmt.cpp modified: storage/connect/tabjson.cpp modified: storage/connect/tabmac.cpp modified: storage/connect/tabmac.h modified: storage/connect/tabmul.cpp modified: storage/connect/tabmul.h modified: storage/connect/tabmysql.cpp modified: storage/connect/taboccur.cpp modified: storage/connect/tabodbc.cpp modified: storage/connect/tabpivot.cpp modified: storage/connect/tabsys.cpp modified: storage/connect/tabtbl.cpp modified: storage/connect/tabutil.cpp modified: storage/connect/tabvct.cpp modified: storage/connect/tabwmi.cpp modified: storage/connect/tabxcl.cpp modified: storage/connect/tabxml.cpp modified: storage/connect/valblk.cpp modified: storage/connect/value.cpp modified: storage/connect/xindex.cpp modified: storage/connect/xindex.h
* | Various compier warningsSergei Golubchik2017-10-221-8/+8
| | | | | | | | gcc 5.4 and 7.1, Debug and Release builds
* | - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp.Olivier Bertrand2015-12-141-2/+7
| | | | | | | | | | modified: storage/connect/fmdlex.c modified: storage/connect/plgdbutl.cpp
* | Commit changes pulled from ob-10.0Olivier Bertrand2015-06-021-2/+3
|/
* MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | fix the code to compile with clang. fix warnings too. include/probes_mysql_nodtrace.h: clang++ doesn't like numeric _constants_ being used in || (it suspects that the intention was | ). Boolean constants are ok. sql/hostname.cc: only used in DBUG_ASSERT sql/item.cc: str_to_time and str_to_datetime return bool, not MYSQL_TIMESTAMP_xxx sql/item_func.cc: str_to_datetime_with_warn() returns bool, not MYSQL_TIMESTAMP_xxx storage/cassandra/CMakeLists.txt: CMAKE_CXX_FLAGS can be empty storage/connect/odbconn.cpp: HWND is void* storage/connect/user_connect.h: deprecated on FreeBSD and unused anyway storage/connect/value.cpp: bad characters inside. unused. storage/spider/spd_trx.cc: clang++ warns that memset will also overwrite vtbl. it might be as well a good idea, as it asserts that the object will only be used as a storage. silence the warning.
* Fixed compiler warningsMichael Widenius2013-08-211-2/+2
|
* fixing warnings:Alexander Barkov2013-07-081-0/+2
| | | | | | | | | - no previous declaration for ‘ddwrap’ - implicit declaration of function ‘ddwrap’ modified: storage/connect/fmdlex.c
* Fixing a typo in the previous pushAlexander Barkov2013-07-081-1/+1
| | | | | | modified: storage/connect/fmdlex.c
* fixing warnings:Alexander Barkov2013-07-081-1/+3
| | | | | | | | | | - no previous declaration for ‘_isatty’ - implicit declaration of function ‘_isatty’ modified: storage/connect/fmdlex.c storage/connect/osutil.c
* - Release storage allocated by flexOlivier Bertrand2013-06-291-13/+12
| | | | | | modified: storage/connect/fmdlex.c
* - Fixing TAB to 2 spacesAlexander Barkov2013-02-071-1525/+1525
| | | | | - Fixing line endings from "\r\n" to "\n"
* Removing os2def.hAlexander Barkov2013-01-291-1/+0
| | | | | | | | | | | | | removed: storage/connect/os2def.h modified: storage/connect/fmdlex.c storage/connect/maputil.cpp storage/connect/tabcol.cpp storage/connect/tabfmt.cpp storage/connect/tabmul.cpp storage/connect/tabmysql.cpp
* Defining __STDC__, otherwise it does not compile on WindowsAlexander Barkov2013-01-281-0/+4
| | | | | | modified: storage/connect/fmdlex.c
* Adding the CONNECT storage engine sources.Alexander Barkov2013-01-181-0/+1522