Commit graph

6815 commits

Author SHA1 Message Date
unknown
231553039f client_test.c:
Compilation failure fix


tests/client_test.c:
  Compilation failure fix
2003-01-29 11:38:59 +04:00
unknown
e63630be7d Merge work.mysql.com:/home/bk/mysql-4.1
into myvenu.com:/home/venu/bk/src-4.1
2003-01-28 21:08:42 -08:00
unknown
a8abb0471e Fix for windows specific errors 2003-01-28 21:02:20 -08:00
unknown
b6315f6d9b Fix leak when the client disconnects with open prep statements
sql/sql_prepare.cc:
  Fix leak when the client disconnects with open statements
tests/client_test.c:
  Enable stmt_close test
2003-01-28 09:24:27 -08:00
unknown
5364257920 Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.w1
2003-01-28 21:03:49 +04:00
unknown
a0ffb52a3a SIGNAL_WITH_VIO_CLOSES bugfix
sql/sql_class.cc:
  This should be #ifdefed
2003-01-28 21:03:05 +04:00
unknown
cdf5a4d1f7 Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2003-01-28 15:55:22 +02:00
unknown
78d40d4228 moving a feature from 4.1 to 5.0 2003-01-28 15:47:30 +02:00
unknown
7120b66884 Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into deer.mysql.r18.ru:/home/hf/work/mysql-default


sql/field.h:
  Auto merged
2003-01-28 15:06:23 +04:00
unknown
4f6e3d2284 resolve 2003-01-28 15:03:33 +04:00
unknown
ee7c5f13fa New "fill" function in charset_info_st structure 2003-01-28 14:58:06 +04:00
unknown
a831430e62 Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into deer.mysql.r18.ru:/home/hf/work/mysql-default


sql/item.cc:
  Auto merged
sql/item.h:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2003-01-28 12:59:07 +04:00
unknown
aa42950eb0 my_pthread.h:
Missing merge in changeset 1.1435


include/my_pthread.h:
  Missing merge in changeset 1.1435
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2003-01-28 05:34:32 +02:00
unknown
be85fdc5d0 Introduced a scalable key cache management.
Added some fields to the st_my_thread_var structure to be
  able to link such structures into a list.


include/my_pthread.h:
  Added some fields to the st_my_thread_var structure to be
  able to link such structures into a list.
mysys/mf_keycache.c:
  Introduced a scalable key cache management.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2003-01-28 03:37:57 +02:00
unknown
f76a875e61 do not ignore first char, when truncating spaces in str->num conversion.
strings/ctype-simple.c:
  do not ignore first char, when truncating spaces.
2003-01-28 00:33:04 +01:00
unknown
c98c4bfc3e Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
2003-01-27 21:29:40 +02:00
unknown
e95e906683 Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-01-27 20:24:17 +01:00
unknown
5a38c59d19 Merge myvenu.com:/home/venu/bk/src-4.1
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-01-27 10:56:20 -08:00
unknown
a07c602b60 Fix stmt_close not to close the resources on error(libmysql)
Enable test_stmt_close() and test output to stdout(client_test)


tests/client_test.c:
  Enable test_stmt_close() and test output to stdout
libmysql/libmysql.c:
  Fix stmt_close not to close the resources on error
2003-01-27 10:54:45 -08:00
unknown
fea4d2b62c Merge work.mysql.com:/home/bk/mysql-4.1
into myvenu.com:/home/venu/bk/src-4.1
2003-01-27 10:50:25 -08:00
unknown
98627eab14 Merge sinisa@work.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1


sql/sql_parse.cc:
  Auto merged
2003-01-27 20:30:56 +02:00
unknown
3dc6ab4c74 My second SCRUM task:
Automatically add SQL_BUFFER_RESULT if INSERT is done from 
SELECT comprising a table to be inserted in.
2003-01-27 20:29:33 +02:00
unknown
ec44c88165 Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-01-27 17:41:30 +01:00
unknown
2aa304d37c protection agains badly charsed indexfile 2003-01-27 17:27:21 +01:00
unknown
b5f740addf field.cc:
Use cs->scan() instead of my_isspace()


sql/field.cc:
  Use cs->scan() instead of my_isspace()
2003-01-27 18:46:51 +04:00
unknown
9040fd7d75 Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-01-27 15:38:33 +01:00
unknown
2275a161d0 select count(*) from t1 procedure analyse(); bug fixed 2003-01-27 15:37:05 +01:00
unknown
e9ff6fbd0c field.cc:
tis620 normalization will be implemented ad a SQL function, without automatic normalization on INSERT


sql/field.cc:
  tis620 normalization will be implemented ad a SQL function, without automatic normalization on INSERT
2003-01-27 17:31:46 +04:00
unknown
e7660c64d7 wb_wc and wc_mb now checks length inside 2003-01-27 16:46:03 +04:00
unknown
ecb55f4307 sql_yacc.yy:
Semicolon has been added


sql/sql_yacc.yy:
  Semicolon has been added
2003-01-27 13:46:33 +04:00
unknown
dc87247df4 making the keyword ROW for row items optional 2003-01-26 20:01:45 +01:00
unknown
e6eba17c64 Remove un-used variables
Pure coverage tests (debug only)


include/mysql.h:
  Remove un-used variables
tests/client_test.c:
  Pure coverage tests (debug only)
2003-01-25 22:52:45 -08:00
unknown
433307fafb Misc cleanups + pure coverage test + Monty's comments 2003-01-24 03:17:26 -08:00
unknown
7f6e7b1d04 Add DATE,TIME and TS tests - MYSQL_TIME handling 2003-01-23 22:39:07 -08:00
unknown
99773f6a0a MYSQL_TIME handling - client
Remove get_binary_length 
Enable the clients to work wih date,time and ts directly with binary protocol
2003-01-23 22:36:27 -08:00
unknown
4484cec8e5 MYSQL_TIME handling(Direct DATE,TIME and TS th' structure) - server 2003-01-23 22:32:39 -08:00
unknown
d78dced134 ha_innodb.cc:
Temporary fix to make the new client/server protocol to work: fetch all columns in an index, even if not needed by the SELECT statement; Monty has to fix the parser to tell InnoDB what to fetch


sql/ha_innodb.cc:
  Temporary fix to make the new client/server protocol to work: fetch all columns in an index, even if not needed by the SELECT statement; Monty has to fix the parser to tell InnoDB what to fetch
2003-01-24 04:47:06 +02:00
unknown
36b25ee59a Avoid memory overruns when buffer_length is too small (when fetching binary data in prepared statements)
include/errmsg.h:
  Remove compiler warning
libmysql/libmysql.c:
  Avoid memory overruns when buffer_length is too small
libmysqld/lib_sql.cc:
  Fixed function name
sql/mysqld.cc:
  Code cleanup; Added back shared memory support (which was accidently deleted)
sql/sql_parse.cc:
  Clean up multi-query
2003-01-23 21:49:28 +02:00
unknown
897c374bca Merge work.mysql.com:/home/bk/mysql-4.1
into myvenu.com:/home/venu/bk/src-4.1
2003-01-22 15:16:23 -08:00
unknown
1a045340a3 fixed "double Procedure::~Procedure" bug 2003-01-23 00:03:40 +01:00
unknown
7bc93906ee Merge work.mysql.com:/home/bk/mysql-4.1
into myvenu.com:/home/venu/bk/src-4.1
2003-01-22 11:31:13 -08:00
unknown
c95a77c24f Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
into deer.mysql.r18.ru:/home/hf/work/mysql-default


sql/item.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
2003-01-22 20:51:54 +04:00
unknown
33c5a8afac Fixed bug in Protocol::convert_str() (missing return caused "Out of memory" errors
when optimized).


sql/protocol.cc:
  Put inline back and added missing return.
2003-01-22 17:51:53 +01:00
unknown
e4d956932e Merge work:/home/bk/mysql-4.1
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.1
2003-01-22 17:51:52 +01:00
unknown
5ff1498c1e correction for compiling on Linux Suse 7.2 2003-01-22 20:51:51 +04:00
unknown
c73e02756f SCRUM
DEFAULT in SELECT & UPDATE corrections


mysql-test/r/replace.result:
  test slightly extended
mysql-test/t/replace.test:
  test slightly extended with replace(default)
sql/item.cc:
  DEFAULT_ITEM replaced
sql/item.h:
  some modifications after talking with Sergey
2003-01-22 20:08:12 +04:00
unknown
2988923a4c workaround for gcc bug 2003-01-22 15:05:37 +01:00
unknown
be36a5c916 auto-generated binary files deleted
BitKeeper/deleted/.del-emb_sample.tds~3555f163bebc8355:
  Delete: libmysqld/examples/builder-sample/emb_sample.tds
BitKeeper/deleted/.del-libmysqld.lib~eeb4bc25c97947da:
  Delete: libmysqld/examples/builder-sample/libmysqld.lib
2003-01-22 13:24:26 +01:00
unknown
5fa224b6b1 Remove bind_length + Fix the client-test
tests/client_test.c:
  Fix the tests
include/mysql.h:
  Remove bind_length
libmysql/libmysql.c:
  Remove bind_length
2003-01-22 01:30:13 -08:00
unknown
8823fa22f1 Merge
client/mysql.cc:
  Auto merged
include/mysql.h:
  Auto merged
include/violite.h:
  Auto merged
libmysqld/lib_sql.cc:
  Auto merged
sql/field.cc:
  Auto merged
sql/ha_berkeley.cc:
  Auto merged
sql/ha_innodb.cc:
  Auto merged
sql/item.cc:
  Auto merged
sql/item_cmpfunc.cc:
  Auto merged
sql/item_func.cc:
  Auto merged
sql/item_strfunc.cc:
  Auto merged
sql/item_sum.cc:
  Auto merged
sql/log.cc:
  Auto merged
sql/log_event.cc:
  Auto merged
sql/mf_iocache.cc:
  Auto merged
sql/mysql_priv.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/opt_range.cc:
  Auto merged
sql/set_var.cc:
  Auto merged
sql/slave.cc:
  Auto merged
sql/sql_acl.cc:
  Auto merged
sql/sql_base.cc:
  Auto merged
sql/sql_cache.cc:
  Auto merged
sql/sql_class.cc:
  Auto merged
sql/sql_handler.cc:
  Auto merged
sql/sql_help.cc:
  Auto merged
sql/sql_parse.cc:
  Auto merged
sql/sql_prepare.cc:
  Auto merged
sql/sql_repl.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/sql_table.cc:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
sql/protocol.cc:
  SCCS merged
2003-01-21 21:28:51 +02:00