- 25 Dec, 2013 1 commit
-
-
Alexander Barkov authored
-
- 20 Dec, 2013 3 commits
-
-
Olivier Bertrand authored
modified: storage/connect/odbconn.cpp
-
Alexander Barkov authored
-
Alexander Barkov authored
-
- 19 Dec, 2013 4 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
Fixing "/*100000 ...*/" comments (i.e. MySQL style with 6-digits), which were unintentionally broken in the MDEV-5009 patch. modified: mysql-test/r/comments.result mysql-test/t/comments.test sql/sql_lex.cc
-
Olivier Bertrand authored
modified: storage/connect/ha_connect.cc storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/plgdbsem.h
-
Alexander Barkov authored
The problem seems to be fixed by some earlier change and is not reproducible any longer. Only adding a test case.
-
- 17 Dec, 2013 10 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Alexander Barkov authored
Fixed a wrong assertion.
-
Elena Stepanova authored
Also known as MySQL#70047 and BUG#17316314 (srv_buf_size not declared). The workaround is taken from MySQL 5.6 tree: BUG#17316314 - SRV_BUF_SIZE NOT DECLARED Temporary fix. Disabling FALLOC_FL_PUNCH_HOLE for now
-
Alexander Barkov authored
-
Alexander Barkov authored
backporting from the main 10.0 modified: mysql-test/r/func_like.result mysql-test/t/func_like.test sql/item_cmpfunc.cc
-
- 16 Dec, 2013 8 commits
-
-
Alexander Barkov authored
Fixed.
-
Olivier Bertrand authored
modified: storage/connect/valblk.cpp - Fix compiler warning in ODBConn::GetCatInfo modified: storage/connect/odbconn.cpp
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
storage/oqgraph into 10.0 - since oqgraph depends on Judy, move it to a separate package (DEB)
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
storage/oqgraph into 10.0 - fixed sys_vars.all_vars (added oqgraph_allow_create_integer_latch_basic.test) - since oqgraph depends on Judy, move it to a separate package
-
Sergey Vojtovich authored
- restore find_ticket() private status, declare friend function instead - added metadata_lock_info to DEFAULT_SUITES
-
Olivier Bertrand authored
processing that takes care of: - Drastically reduce the amount of storge needed to process them. - Handle longjmp's. - Makes the line limit an opion (MAXRES) - Schema can also be specified with the DBNAME option. - Issue warnings on fetch errors or when result lines have been limited. - Change some column names to reflect ODBC version 3 standard. The documentation have been updated accordingly modified: storage/connect/filamdbf.cpp storage/connect/ha_connect.cc storage/connect/myconn.cpp storage/connect/mysql-test/connect/r/odbc.result storage/connect/mysql-test/connect/r/odbc_postgresql.result storage/connect/mysql-test/connect/r/odbc_sqlite3.result storage/connect/mysql-test/connect/r/odbc_xls.result storage/connect/mysql-test/connect/r/xml.result storage/connect/mysql-test/connect/t/odbc_postgresql.test storage/connect/odbccat.h storage/connect/odbconn.cpp storage/connect/odbconn.h storage/connect/plgdbsem.h storage/connect/plgdbutl.cpp storage/connect/rcmsg.c storage/connect/tabfmt.cpp storage/connect/table.cpp storage/connect/tabodbc.cpp storage/connect/tabodbc.h storage/connect/tabutil.cpp storage/connect/tabwmi.cpp storage/connect/user_connect.cc storage/connect/valblk.cpp storage/connect/valblk.h storage/connect/value.cpp
-
- 15 Dec, 2013 5 commits
-
-
Alexander Barkov authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
This test needs at least 320M for tokudb-max-lock-memory. Normally tokudb-max-lock-memory is auto-sized to be 1/16th of the available RAM size, and many our test VMs have 4G of RAM.
-
Igor Babaev authored
Do not calculate selectivity of conditions for the tables of the information schema.
-
- 14 Dec, 2013 1 commit
-
-
Alexander Barkov authored
-
- 13 Dec, 2013 4 commits
-
-
Sergei Golubchik authored
-
Alexander Barkov authored
The problem reported as MDEV-5444.
-
Sergei Golubchik authored
-
Sergey Vojtovich authored
- include metadata_lock_info plugin into debian packages - ignore metadata_lock_info plugin in mysqld--help test - let test suite run with built-in metadata_lock_info plugin
-
- 12 Dec, 2013 4 commits
-
-
Igor Babaev authored
The fix for bug #27937 was incomplete: it did not handle correctly the queries containing UNION with global ORDER BY in subselects.
-
Sergei Golubchik authored
(better to have an address in the output than ??:0)
-
Sergei Golubchik authored
(PLUGIN_VAR_MEMALLOC is 0x8000 and cannot be saved in a char as such)"
-
-