andrew
97954225ae
MDEV-5996 - fix odd behaviour of some combinations of table and database names
2014-04-07 22:16:02 +09:30
Olivier Bertrand
cc7a08c941
- Commit various changes
...
added:
storage/connect/mysql-test/connect/r/alter_xml.result
storage/connect/mysql-test/connect/t/alter_xml.test
modified:
storage/connect/myconn.cpp
storage/connect/mysql-test/connect/r/alter.result
storage/connect/mysql-test/connect/t/alter.test
storage/connect/tabdos.cpp
2014-04-07 00:23:37 +02:00
Olivier Bertrand
b43e82dce6
- Make memory allocation of VALBLK's more flexible (can be allocated
...
normally when too big to be suballocated) to handle big results.
modified:
storage/connect/valblk.cpp
storage/connect/valblk.h
- Add system variable connect_work_size giving the size of the CONNECT
work area used for memory allocation.
modified:
storage/connect/ha_connect.cc
storage/connect/plugutil.c
storage/connect/user_connect.cc
2014-04-05 19:26:32 +02:00
Olivier Bertrand
d95e797c92
- FIX MDEV-6019 and MDEV-6021
...
Exhausted memory cause un-prepared long jump
Issue proper message when PIVOT column is nullable
modified:
storage/connect/mysql-test/connect/r/pivot.result
storage/connect/mysql-test/connect/t/pivot.test
storage/connect/plgdbsem.h
storage/connect/tabpivot.cpp
- Prepare adding index_prev (not used yet)
modified:
storage/connect/plgdbsem.h
storage/connect/xindex.cpp
storage/connect/xindex.h
2014-04-04 01:28:34 +02:00
Rich Prohaska
22bf01e7f5
#209 add tokudb_open_table_check_empty session variable to enable/disable may_table_be_open
2014-04-03 11:21:00 -04:00
andrew
965bebcdaf
Update test suite results after fixing MDEV-5891
2014-04-02 23:06:35 +10:30
andrew
316aef5b7f
Add test case for selecting from unpopulated table
2014-04-02 23:06:05 +10:30
andrew
a4a78e3c33
Fix for MDEV-5891 - ensure select on empty backing table works.
2014-04-02 23:02:32 +10:30
andrew
f77539092d
Merged latest trunk
2014-04-02 22:18:43 +10:30
Olivier Bertrand
3f361af7ce
- FIX MDEV-5989 (max(indexed) doesn't work)
...
By implementing index_last
modified:
storage/connect/ha_connect.cc
storage/connect/ha_connect.h
storage/connect/xindex.cpp
- Adding the TYPE_BIN Connect internal type
(not tested and not used yet)
modified:
storage/connect/global.h
storage/connect/value.cpp
storage/connect/value.h
2014-04-01 18:14:57 +02:00
Thirunarayanan B
0df90f2a6f
Bug #17858679 TOO MANY TIMES OF MEMSET DECREASE
...
THE PERFORMANCE UNDER HEAVY INSERT
Fixing the build problem in 5.5.
2014-04-01 11:36:58 +05:30
Thirunarayanan B
5541d7c656
Bug #17858679 TOO MANY TIMES OF MEMSET DECREASE
...
THE PERFORMANCE UNDER HEAVY INSERT
Problem:
There are three memset call to allocate memory for system fields
in each insert.
Solution:
Instead of calling it in 3 times, we can combine it into
one memset call. It will reduce the CPU usage under heavy insert.
Approved by Marko rb-4916
2014-04-01 10:46:13 +05:30
Rich Prohaska
dc9ed4c5fe
#205 build tokudb with webscalesql-5.6
2014-03-31 11:05:45 -04:00
Rich Prohaska
a77a73fd32
#204 print compression status variables
2014-03-31 08:57:42 -04:00
Olivier Bertrand
b1ae834165
- Fix using ~ in file name on Linux
...
modified:
storage/connect/osutil.c
storage/connect/plugutil.c
- Fix using fmt uninitialized in Tabcolumns
modified:
storage/connect/tabutil.cpp
- Suppress gcc warning
modified:
storage/connect/ha_connect.cc
2014-03-31 01:20:35 +02:00
Olivier Bertrand
fe3cbcdffa
- Add system variables type_conv and conv_size. This addresses the eventual
...
conversion from TEXT to VARCHAR in PROXY and MYSQL tables.
modified:
storage/connect/ha_connect.cc
storage/connect/myconn.cpp
storage/connect/myconn.h
storage/connect/myutil.cpp
storage/connect/tabmysql.cpp
storage/connect/tabutil.cpp
- Add the xmap system variable addressing whether file mapping should be used
to handle indexing.
modified:
storage/connect/CMakeLists.txt
storage/connect/ha_connect.cc
storage/connect/xindex.cpp
storage/connect/xindex.h
- Do take care of ~ in Linux version of _fullpath (not tested yet)
modified:
storage/connect/osutil.c
2014-03-30 22:52:54 +02:00
Sergei Golubchik
41a2ca5c16
10.0-connect merge
2014-03-29 17:32:46 +01:00
Sergei Golubchik
5c5834b091
*never* put anything with side-effects in an assert() -
...
asserts can be conditionally compiled out.
2014-03-29 17:31:08 +01:00
Olivier Bertrand
bdbe7430bc
- Make local MySQL connection default to unix socket on Linux or enable
...
to use named pipe on Windows by specifying the host as '.'
This addresses MDEV-5952.
modified:
storage/connect/myconn.cpp
- Clean some unused code
modified:
storage/connect/connect.cc
storage/connect/connect.h
storage/connect/ha_connect.cc
storage/connect/ha_connect.h
2014-03-27 19:07:17 +01:00
Sergei Golubchik
9bf8a68577
disable connect tests for --embedded
2014-03-27 13:25:02 +01:00
Sergei Golubchik
933c3a5e5b
compilation failure on windows
2014-03-27 12:17:53 +01:00
Kentoku SHIBA
e105d8bcc5
fix for building error
2014-03-25 10:39:12 +09:00
Kentoku SHIBA
1a846b3cab
Spider 3.2
2014-03-25 05:39:33 +09:00
Kentoku SHIBA
89441877e7
fix for MariaDB 10.0.9
2014-03-25 05:38:08 +09:00
Kentoku SHIBA
487a064783
fix invalid memory access
2014-03-25 05:36:22 +09:00
Kentoku SHIBA
4d980a4701
delete all rows type
2014-03-25 05:34:57 +09:00
Kentoku SHIBA
d1ceb97adf
lock tables
2014-03-25 05:33:41 +09:00
Kentoku SHIBA
da522fc1cd
fix for MariaDB 10.0.8
2014-03-25 05:32:12 +09:00
Kentoku SHIBA
d3e54d2b3c
add information for MariaDB
2014-03-25 05:25:47 +09:00
Kentoku SHIBA
f41f5f742f
use handler no where clause
2014-03-25 05:24:16 +09:00
Kentoku SHIBA
a99b54cf1f
dry access
2014-03-25 05:22:28 +09:00
Kentoku SHIBA
088b981e2a
fix bg mrr crash
2014-03-25 05:15:55 +09:00
Kentoku SHIBA
3a931cdc5f
casual search
2014-03-25 05:14:10 +09:00
Kentoku SHIBA
7d74d0f6d8
bgs for show records
2014-03-25 05:12:36 +09:00
Kentoku SHIBA
74195f40b4
current date
2014-03-25 05:10:40 +09:00
Kentoku SHIBA
5b07977ac6
update in trigger
2014-03-25 05:09:21 +09:00
Kentoku SHIBA
33fc4f5192
add sendsql to error log
2014-03-25 05:05:04 +09:00
Kentoku SHIBA
9ef119679d
direct aggregate with index merge
2014-03-25 05:02:59 +09:00
Kentoku SHIBA
51040beb6e
handler clause
2014-03-25 05:00:34 +09:00
Kentoku SHIBA
120b635366
mariadb direct update
2014-03-25 04:59:24 +09:00
Kentoku SHIBA
1a7853ce5c
fix assersion failure at recovering
2014-03-25 04:51:28 +09:00
Kentoku SHIBA
53372af2c1
fix crash at using spider_copy_tables()
2014-03-25 04:49:51 +09:00
Kentoku SHIBA
993dd378b7
fix for MariaDB 10.0.7 building errors
2014-03-25 04:48:23 +09:00
Kentoku SHIBA
4e9e561549
log spider warnings
2014-03-25 04:46:43 +09:00
Kentoku SHIBA
24db691dd7
add new xa naming rule
2014-03-25 04:45:34 +09:00
Kentoku SHIBA
7d9342be70
add version variables
2014-03-25 04:43:43 +09:00
Kentoku SHIBA
987f0a91cb
copy tables with internal xa
2014-03-25 04:42:40 +09:00
Kentoku SHIBA
b7938cceee
scale for registering xid
2014-03-25 04:40:46 +09:00
Kentoku SHIBA
92fb1f3b6a
MDEV-5299 crash at using show index
2014-03-25 04:39:17 +09:00
Kentoku SHIBA
20e144a667
fix crash at using mysqldump
2014-03-25 04:35:56 +09:00