1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Commit Graph

3585 Commits

Author SHA1 Message Date
unknown
a28f2ca67d safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not have
access to a FreeBSD box, though.


mysys/my_static.h:
  cleanup
mysys/safemalloc.c:
  cleanup
sql/mysqld.cc:
  initialize some safemalloc variables in main()
2002-04-05 23:07:25 -07:00
unknown
91c373fc72 fixes to make it compile and pass the test suite again after the last
accidental push of broken code.


client/mysqladmin.c:
  fixed crash in free_defaults()
libmysql/Makefile.shared:
  added my_getopt to libmysqlclient
mysys/my_getopt.c:
  fixed bug in parsing -O var=val
2002-04-04 21:36:24 -07:00
unknown
36701f1840 fix for SQL_CALC_FOUND_ROWS in UNION's 2002-04-03 17:52:31 +03:00
unknown
576530f771 Merged some sslopt-* include files, that will be removed in the near
future, in mysqld.cc.


sql/mysqld.cc:
  Added support for SSL. This is just temporary solution
  and will be fixed to use my_getopt, when mysqld.cc is changed.
2002-04-03 16:09:02 +03:00
unknown
adf9ce219c Merge work:/home/bk/mysql-4.0/ into hynda.mysql.fi:/home/my/bk/mysql-4.0 2002-04-03 15:44:59 +03:00
unknown
02f0a2f2eb Merge and two bug fixes in my_getopt.c
client/mysql.cc:
  merge
client/mysqldump.c:
  merge
myisam/myisamchk.c:
  merge
mysys/my_getopt.c:
  Fixed a bug with short options when type was GET_BOOL.
  Fixed a bug in my_print_help() function.
2002-04-03 15:44:20 +03:00
unknown
c9d04284c8 merge 2002-04-03 13:36:01 +03:00
unknown
38cd4fdeb2 Merged in some changes made to MySQL clients by other
developers before pushing my_getopt.


client/mysqladmin.c:
  Auto merged
mysys/my_getopt.c:
  Auto merged
sql/mysqld.cc:
  Auto merged
client/client_priv.h:
  Merged in previous changes for new client_priv.h (my_getopt)
2002-04-03 13:33:25 +03:00
unknown
1f38c3a93d Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-04-03 00:32:05 +03:00
unknown
8675a27328 Make safemalloc work without threads 2002-04-03 00:31:40 +03:00
unknown
8f92cd0384 mirrors.texi:
Update


Docs/mirrors.texi:
  Update
2002-04-02 23:02:50 +03:00
unknown
a2e75474b5 Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,
mysqlcheck and myisamchk to use new my_getopt struct.


client/client_priv.h:
  Changes for my_getopt
client/mysql.cc:
  Uses new my_getopt
client/mysqladmin.c:
  Uses new my_getopt
client/mysqlcheck.c:
  Uses new my_getopt
client/mysqldump.c:
  Uses new my_getopt
client/mysqlimport.c:
  Uses new my_getopt
client/mysqlshow.c:
  Uses new my_getopt
include/my_getopt.h:
  Added GET_BOOL type
include/sslopt-case.h:
  This is shouldn't be needed anymore.
include/sslopt-longopts.h:
  Uses new my_getopt
myisam/myisamchk.c:
  Uses new my_getopt
mysys/my_getopt.c:
  Some bug fixes and small feature adds to my_getopt
sql/mysqld.cc:
  mysqld.cc will be changed next. sslopt-* had to be removed
  temporarily.
2002-04-02 20:29:53 +03:00
unknown
4bd34624b9 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-04-02 20:13:20 +03:00
unknown
95ac82521c Fix for a bug with EXPLAIN and (....) UNION (....) order by 2002-04-02 20:08:55 +03:00
unknown
6a5c6b171f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
  Auto merged
sql/mysqld.cc:
  Auto merged
2002-04-02 19:52:58 +03:00
unknown
5560713590 Merge
BitKeeper/etc/logging_ok:
  auto-union
configure.in:
  Auto merged
readline/Makefile.am:
  Auto merged
sql/convert.cc:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
sql/table.h:
  Auto merged
2002-04-02 19:46:26 +03:00
unknown
a8a63101d0 Fix for HAVE_QUERY_CACHE
Remove not used flag CLIENT_CHANGE_USER


Docs/manual.texi:
  Cleanup examples
acconfig.h:
  Fix for HAVE_QUERY_CACHE
configure.in:
  Fix for HAVE_QUERY_CACHE
include/my_global.h:
  Fix for HAVE_QUERY_CACHE
include/mysql_com.h:
  Remove not used flag CLIENT_CHANGE_USER
libmysqld/libmysqld.c:
  Fix new prototypes
2002-04-02 19:10:55 +03:00
unknown
3c64d25033 manual.texi BIT/BOOL are synonyms from TINYINT(1), not CHAR(1)
Docs/manual.texi:
  BIT/BOOL are synonyms from TINYINT(1), not CHAR(1)
2002-04-02 09:32:26 -06:00
unknown
5ae86dca42 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-04-02 18:01:14 +03:00
unknown
d2771b82a4 Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
sql/item_func.cc:
  Auto merged
sql/item_func.h:
  Auto merged
sql/mysqld.cc:
  Auto merged
sql/sql_select.cc:
  Auto merged
2002-04-02 14:59:40 +00:00
unknown
8bf63614de fts+const_tables bug fixed 2002-04-02 14:56:40 +00:00
unknown
c95270b8c4 Cleanups
Don't use DBUG library for struct st_my_thread_var to make code less complicated.


Docs/manual.texi:
  Cleanup
acinclude.m4:
  Search after openssl in /usr/local
client/mysql.cc:
  Fix prompt
client/mysqladmin.c:
  Cleanup
client/mysqltest.c:
  Cleanup
include/my_pthread.h:
  Move thread variables to the right location
include/my_sys.h:
  Move thread variables to the right location
include/mysql.h:
  Clean up client prototypes
libmysql/libmysql.c:
  Clean up client prototypes
mysys/my_static.h:
  Cleanup
mysys/my_thr_init.c:
  Don't use DBUG library for struct st_my_thread_var to make code less complicated
sql/item_cmpfunc.cc:
  Small optimization
sql/net_pkg.cc:
  Cleanup
sql/sql_parse.cc:
  Allow VARCHAR(0)
2002-04-02 17:54:57 +03:00
unknown
389e946182 Fixed help typos in mysql.cc
client/mysql.cc:
  Fixed typos
configure.in:
  Cleanup
sql/ha_innobase.cc:
  Safety patch
sql/item_strfunc.cc:
  cleanup
2002-04-02 17:42:01 +03:00
unknown
02695336bd Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-04-01 21:47:45 -07:00
unknown
d7cfbff5b0 relay_log_space_limit
DBUG_ macro cleanup
buffer boundary cleanup
This changeset, although not fully tested, works for me better than 
anything I've had so far, including what is in the repository. I will 
push it unless something crashes while I am writing this :-)


mysql-test/r/rpl000014.result:
  updated result
mysql-test/r/rpl000015.result:
  updated result
mysql-test/r/rpl000016.result:
  updated result
mysql-test/r/rpl_log.result:
  new result
mysys/mf_iocache.c:
  DBUG_ cleanup
mysys/mf_iocache2.c:
  DBUG_ fix
sql/log.cc:
  added relay_log_space_limit
sql/mysqld.cc:
  relay_log_space_limit
sql/slave.cc:
  relay_log_space_limit
sql/slave.h:
  relay_log_space_limit
sql/sql_class.h:
  relay_log_space_limit
sql/sql_repl.cc:
  fixed buffer overrun bug
2002-04-01 21:46:23 -07:00
unknown
1d710f2e7e small bug when NO_LOCKING is defined 2002-04-01 20:52:28 +03:00
unknown
a09180c91c manual.texi Mods related to UNSIGNED floating-point types.
Docs/manual.texi:
  Mods related to UNSIGNED floating-point types.
2002-03-31 15:53:13 -06:00
unknown
546b6a679f Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-03-31 18:12:25 +03:00
unknown
d2da68d259 Fix core dump bug in innodb after merge from 3.23 2002-03-31 18:12:24 +03:00
unknown
869e671f98 fix to make the compile work with --with-other-libc
libmysqld/examples/Makefile.am:
  honor client link flags in libmysqld example builds
vio/Makefile.am:
  honor client link flags in vio test program builds
2002-03-30 16:24:30 -07:00
unknown
72f1fc7e36 replication fix
sql/log_event.cc:
  do not complain if the expected error was on the ignore list but we did not
  get it
2002-03-30 13:42:01 -07:00
unknown
af75d3914d Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/reiser-data/mysql-4.0
2002-03-30 12:38:23 -07:00
unknown
5449b03bc8 replication updates. This changeset seems to be working fine on test systems.
If no problems are discovered in the next week, this will make the replication
code ready for 4.0.2 release.


dbug/dbug.c:
  cleanup of my previous fix
sql/mysqld.cc:
  fixed a REALLY NASTY BUG - slave threads were being launched before 
  initialization of global thread keys. Thus if the slave thread was slow
  to start everything worked fine, but if it started quickly, we would get
  into trouble using the unitinialized keys
sql/net_pkg.cc:
  make net_printf() work with 0 error code taking the third argument as 
  format string in that case
sql/slave.cc:
  misc fix-ups and debugging instrumentations
sql/slave.h:
  added skip_log_purge member
sql/sql_class.cc:
  debugging instrumentation to track down random memory corruption
sql/sql_class.h:
  added debugging sentry to THD to track down memory corruption
sql/sql_repl.cc:
  fixed bugs in CHANGE MASTER
2002-03-30 12:36:05 -07:00
unknown
db8d9ee414 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-03-30 11:38:28 -06:00
unknown
1baa106cc5 manual.texi Clarify that LIMIT args must be integer constants.
Docs/manual.texi:
  Clarify that LIMIT args must be integer constants.
2002-03-30 11:35:53 -06:00
unknown
83b218e764 Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-03-30 17:57:53 +02:00
unknown
987e4dd54d fix for a coredump 2002-03-30 17:57:02 +02:00
unknown
ecb6d95d3f manual.texi Add NOT BETWEEN operator.
Docs/manual.texi:
  Add NOT BETWEEN operator.
2002-03-29 19:03:25 -06:00
unknown
04b22600ae manual.texi Change note mod, 4.0.2.
Docs/manual.texi:
  Change note mod, 4.0.2.
2002-03-29 09:02:14 -06:00
unknown
585a06ebf0 resolving ... 2002-03-29 14:17:42 +02:00
unknown
3c7b44842a manual.texi misc. small fixes
Docs/manual.texi:
  misc. small fixes
2002-03-28 21:18:28 -06:00
unknown
531c4b65fd manual.texi test
Docs/manual.texi:
  test
2002-03-28 20:49:05 +02:00
unknown
9ff9802f46 manual.texi sendmail test
Docs/manual.texi:
  sendmail test
2002-03-28 20:47:25 +02:00
unknown
d83c430779 manual.texi Fix a few glitches in my last commit.
manual.texi	Make a few -ized -> -ised changes.


Docs/manual.texi:
  Fix a few glitches in my last commit.
  Make a few -ized -> -ised changes.
2002-03-28 12:30:03 -06:00
unknown
f3e9f9191f manual.texi - Clean up some privilege name references.
manual.texi	- Clean up DES function descriptions.
manual.texi	- Correct incorrect INET_NTOA() description.
manual.texi	- Break too-long lines in a few query examples.


Docs/manual.texi:
  - Clean up some privilege name references.
  - Clean up DES function descriptions.
  - Correct incorrect INET_NTOA() description.
  - Break too-long lines in a few query examples.
2002-03-28 12:13:29 -06:00
unknown
fb3fcc8712 manual.texi 2002-03-28 19:31:59 +02:00
unknown
1364dccf7d manual.texi 2002-03-28 19:29:37 +02:00
unknown
2d075bd999 manual.texi Change note mods, 4.0.2.
manual.texi	Fix a too-long-line in query example.


Docs/manual.texi:
  Change note mods, 4.0.2.
  Fix a too-long-line in query example.
2002-03-28 11:18:36 -06:00
unknown
9056fd38ac manual.texi test
Docs/manual.texi:
  test
2002-03-28 19:08:55 +02:00
unknown
8fb580eaa0 manual.texi test
Docs/manual.texi:
  test
2002-03-28 19:07:34 +02:00