mariadb/client
Sachin Setiya 0bc3c0fbc8 mysqldump fix for invisible column
Actually there are 2 issues in the case of invisible columns

  1st `select fields from t1` will have more fields then `select * from t1`.
So instead of `select * from t1` we are using `select a,b,invisible from t1`
these fields are supplied from `select fields from t1`.

  2nd We are using --complete-insert when we detect that this table is using
invisible columns.
2017-12-15 02:41:52 +05:30
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
CMakeLists.txt After-review changes 2016-09-12 17:51:50 +02:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc Merge bb-10.2-ext into 10.3 2017-11-10 16:12:45 +02:00
mysql_plugin.c Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
mysql_upgrade.c Merge bb-10.2-ext into 10.3 2017-12-14 11:34:30 +02:00
mysqladmin.cc Ensure that mysqladmin also works with MariaDB 10.3 + more 2017-12-07 10:32:23 +02:00
mysqlbinlog.cc Merge bb-10.2-ext into 10.3 2017-11-30 08:16:37 +02:00
mysqlcheck.c Fix compilation warnings in plugins 2017-08-24 01:05:48 +02:00
mysqldump.c mysqldump fix for invisible column 2017-12-15 02:41:52 +05:30
mysqlimport.c Merge branch '10.1' into 10.2 2017-07-08 09:56:28 +02:00
mysqlshow.c Merge branch '10.1' into 10.2 2017-05-09 13:24:52 +02:00
mysqlslap.c MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
mysqltest.cc Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03:00
readline.cc MDEV-6650 - LINT_INIT emits code in non-debug builds 2015-03-16 14:48:22 +04:00
sql_string.cc.dontuse spelling fixes 2017-03-07 13:38:06 +04:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00