mariadb/client
monty@mysql.com b903a129e2 Simpler arena swapping code
Now thd->mem_root is a pointer to thd->main_mem_root and THR_MALLOC is a pointer to thd->mem_root.
This gives us the following benefits:
- Allow us to easily detect if arena has already been swapped before (this fixes a bug in setup_conds() where arena was swaped twice in some cases)
- Faster swaps of arenas (as we don't have to copy the whole MEM_ROOT)
- We don't anymore have to call my_pthread_setspecific_ptr(THR_MALLOC,...) to change where memory is alloced. Now it's enough to set thd->mem_root
2004-11-08 01:13:54 +02:00
..
.cvsignore
client_priv.h Dumping BLOBs in HEX notation. The patch was orinigally 2004-10-19 10:40:59 +05:00
completion_hash.cc upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
mysqladmin.c mysqladmin.c: 2004-11-05 08:08:38 +04:00
mysqlbinlog.cc Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlcheck.c A fix (bug #6309: myisamchk compiled without debug support , --help shows vise versa 2004-11-02 13:14:07 +04:00
mysqldump.c mysqldump.c: 2004-11-05 08:54:52 +04:00
mysqlimport.c Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Fixed a bug in password handling. All related to Bug#5955. 2004-10-07 22:08:17 +03:00
mysqltest.c Simpler arena swapping code 2004-11-08 01:13:54 +02:00
readline.cc mysql.cc: 2004-05-05 22:47:09 +02:00
sql_string.cc just tried to find all 'skipp' and replace it with 'skip'. 2004-02-02 20:25:39 +04:00
sql_string.h Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/slave will now use the 4.1 protocol 2003-06-14 11:37:42 +03:00