Commit graph

2,217 commits

Author SHA1 Message Date
unknown
23bf368966 Fixed problems with DECIMAL() type on overflow.
Docs/manual.texi:
  Changlog
configure.in:
  Change to version 3.23.51
  Fix for OSF1
include/mysqld_error.h:
  Added copyright message
isam/pack_isam.c:
  Added copyright message
mysql-test/r/type_decimal.result:
  New test results
mysql-test/t/type_decimal.test:
  New test results
strings/Makefile.am:
  Added mising file
2002-05-02 18:04:21 +03:00
unknown
c3703e5568 Don't change FLOAT(X+1,X) to FLOAT(X+2,X)
Docs/manual.texi:
  ChangeLog
mysql-test/r/show_check.result:
  Updated test for SHOW COLUMNS
mysql-test/t/show_check.test:
  Updated test for SHOW COLUMNS
2002-04-26 13:56:32 +03:00
unknown
8c0e447729 Removed copyrighted files from MIT-pthreads 2002-04-26 09:32:42 +02:00
unknown
498cf2ba89 Deleted files in MIT-pthreads that had wrong copyright
BitKeeper/deleted/.del-__math.h~f3855eb411435a06:
  Delete: mit-pthreads/machdep/sco-3.2v5/__math.h
BitKeeper/deleted/.del-__signal.h~3d6f84e96bc1462:
  Delete: mit-pthreads/machdep/sco-3.2v5/__signal.h
BitKeeper/deleted/.del-__stdio.h~b991fad3327275e0:
  Delete: mit-pthreads/machdep/sco-3.2v5/__stdio.h
BitKeeper/deleted/.del-__stdlib.h~6179a0922d90025e:
  Delete: mit-pthreads/machdep/sco-3.2v5/__stdlib.h
BitKeeper/deleted/.del-__string.h~d2cc42eeb5e1666:
  Delete: mit-pthreads/machdep/sco-3.2v5/__string.h
BitKeeper/deleted/.del-__math.h~79d9a37715f2c7fe:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__math.h
BitKeeper/deleted/.del-__signal.h~45332b2a56f62580:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__signal.h
BitKeeper/deleted/.del-__signal.h~5e14827a3b91a6db:
  Delete: mit-pthreads/machdep/sco-3.2v5/posix/__signal.h
BitKeeper/deleted/.del-__signal.h~9bb7b240bec88b2d:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/posix/__signal.h
BitKeeper/deleted/.del-__stdio.h~a81562134446c64c:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__stdio.h
BitKeeper/deleted/.del-__stdlib.h~bcbed6d62d1885ae:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__stdlib.h
BitKeeper/deleted/.del-__string.h~94a2e4f9574bf1e8:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__string.h
BitKeeper/deleted/.del-__time.h~2cde57d8feea7fc8:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__time.h
BitKeeper/deleted/.del-__time.h~a9594bab280ced64:
  Delete: mit-pthreads/machdep/sco-3.2v5/__time.h
BitKeeper/deleted/.del-__unistd.h~5cc4575b5a74066f:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/__unistd.h
BitKeeper/deleted/.del-__unistd.h~99e6f1116d1f920:
  Delete: mit-pthreads/machdep/sco-3.2v5/__unistd.h
BitKeeper/deleted/.del-compat.h~1f7e450a2e18603e:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/compat.h
BitKeeper/deleted/.del-compat.h~3f150ff6223d49be:
  Delete: mit-pthreads/machdep/sco-3.2v5/compat.h
BitKeeper/deleted/.del-dirent.h~13608bf11af98f70:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/dirent.h
BitKeeper/deleted/.del-dirent.h~388af3465ad4680f:
  Delete: mit-pthreads/machdep/sco-3.2v5/dirent.h
BitKeeper/deleted/.del-socket.h~1b409f3f1fcbbf7a:
  Delete: mit-pthreads/machdep/sco-3.2v5/socket.h
BitKeeper/deleted/.del-socket.h~9f78f7e5a7b4a83f:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/socket.h
BitKeeper/deleted/.del-syscall.h~c69bd58eba4d5076:
  Delete: mit-pthreads/machdep/sco-3.2v5/syscall.h
BitKeeper/deleted/.del-syscall.h~d9543a0474656339:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/syscall.h
BitKeeper/deleted/.del-timers.h~4907a958151368ed:
  Delete: mit-pthreads/machdep/sco-3.2v5/timers.h
BitKeeper/deleted/.del-timers.h~d5e694e48990538c:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/timers.h
BitKeeper/deleted/.del-trash.can~7eecac9fc944ade2:
  Delete: mit-pthreads/machdep/sco-3.2v5/trash.can
BitKeeper/deleted/.del-trash.can~9332039abd82a925:
  Delete: mit-pthreads/machdep/i386-sco-3.2v5/trash.can
mit-pthreads/Changes-mysql:
  Added list of deleted files (copyright problem)
2002-04-26 09:30:42 +03:00
unknown
64cc561257 New if tests 2002-04-22 23:41:55 +03:00
unknown
0fe75f475d Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 2002-04-22 10:37:23 +03:00
unknown
0ff984fda2 Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.
Added copyright messages to some files that was missing it.


Docs/manual.texi:
  Changelog
dbug/Makefile.am:
  Added missing dbug_analyze.c
dbug/monty.doc:
  Added copyright message
mysql-test/t/func_test.test:
  Moved test of IF to new file
sql/item_cmpfunc.cc:
  Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.
strings/bfill.c:
  Added copyright message
strings/bmove.c:
  Added copyright message
strings/ctype-ujis.c:
  Added copyright message
strings/strend.c:
  Added copyright message
strings/strstr.c:
  Added copyright message
strings/strxmov.c:
  Added copyright message
strings/strxnmov.c:
  Added copyright message
2002-04-22 10:34:46 +03:00
unknown
c15b05e1a5 Fixing Innodb test results 2002-04-21 12:06:34 +02:00
unknown
8855c5c791 Fixed bug in @@unknown_variable 2002-04-19 11:38:58 +03:00
unknown
c104b350b2 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-04-18 18:24:15 +03:00
unknown
a0ca35c1e5 SHOW VARIABLES LIKE ... are now case insensitive
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable


Docs/manual.texi:
  Changelog
libmysql/libmysql.c:
  Fixed typo
myisam/myisampack.c:
  Removed not used argument
mysql-test/r/show_check.result:
  Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/r/variables.result:
  test of system variables
mysql-test/t/show_check.test:
  Added test of case insensitive SHOW VARIABLES LIKE
mysql-test/t/variables.test:
  test of system variables
sql/item_func.cc:
  Fixed stack overflow checking with crash-me with gcc 3.0.4
  Using @@unknown_variable doesn't hang client anymore
  Added @@VERSION variable
sql/mysql_priv.h:
  Fixed stack overflow checking with crash-me with gcc 3.0.4
sql/share/czech/errmsg.txt:
  Fixed wrong error message
sql/share/danish/errmsg.txt:
  Fixed wrong error message
sql/share/dutch/errmsg.txt:
  Fixed wrong error message
sql/share/english/errmsg.txt:
  Fixed wrong error message
sql/share/estonian/errmsg.txt:
  Fixed wrong error message
sql/share/french/errmsg.txt:
  Fixed wrong error message
sql/share/german/errmsg.txt:
  Fixed wrong error message
sql/share/greek/errmsg.txt:
  Fixed wrong error message
sql/share/hungarian/errmsg.txt:
  Fixed wrong error message
sql/share/italian/errmsg.txt:
  Fixed wrong error message
sql/share/japanese/errmsg.txt:
  Fixed wrong error message
sql/share/korean/errmsg.txt:
  Fixed wrong error message
sql/share/norwegian-ny/errmsg.txt:
  Fixed wrong error message
sql/share/norwegian/errmsg.txt:
  Fixed wrong error message
sql/share/polish/errmsg.txt:
  Fixed wrong error message
sql/share/portuguese/errmsg.txt:
  Fixed wrong error message
sql/share/romanian/errmsg.txt:
  Fixed wrong error message
sql/share/russian/errmsg.txt:
  Fixed wrong error message
sql/share/slovak/errmsg.txt:
  Fixed wrong error message
BitKeeper/deleted/.del-identity.result~e41453a364242503:
  not used file
BitKeeper/deleted/.del-identity.test~326f469b59105404:
  not used file
sql/share/spanish/errmsg.txt:
  Fixed wrong error message
sql/share/swedish/errmsg.txt:
  Fixed wrong error message
sql/share/ukrainian/errmsg.txt:
  Fixed wrong error message
sql/sql_show.cc:
  SHOW VARIABLES LIKE ... are now case insensitive
2002-04-18 18:24:14 +03:00
unknown
435d4f9762 univ.i:
Prevent use of X86 assembler when WIN64 defined


innobase/include/univ.i:
  Prevent use of X86 assembler when WIN64 defined
2002-04-18 12:03:40 +03:00
unknown
be885c30c0 univ.i:
Make possible switch off X86 assembler usage in Windows: needed for the Itanium port


innobase/include/univ.i:
  Make possible switch off X86 assembler usage in Windows: needed for the Itanium port
2002-04-18 10:50:42 +03:00
unknown
209a500df9 Many files:
Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys


innobase/btr/btr0cur.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0crea.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0dict.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0load.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/dict/dict0mem.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/btr0btr.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/dict0mem.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/ibuf0ibuf.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/os0file.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/os0sync.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/row0mysql.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/row0upd.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/sync0sync.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/trx0sys.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/trx0trx.h:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/ibuf0ibuf.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/os0sync.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/sync0sync.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/include/trx0sys.ic:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/lock/lock0lock.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/pars/pars0opt.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/que/que0que.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0ins.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0mysql.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0sel.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/row/row0upd.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/srv/srv0srv.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/sync/sync0sync.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/trx/trx0sys.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
innobase/trx/trx0trx.c:
  Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
2002-04-18 10:40:32 +03:00
unknown
9c2c5a3636 Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23 2002-04-17 11:47:29 +03:00
unknown
7c8525dfba Abort if 'listen()' on TCP/IP fails. 2002-04-17 11:45:26 +03:00
unknown
7dbfbd2c4f Removed wrong configure line from configure.in 2002-04-17 09:26:47 +03:00
unknown
f198c20985 Cleanup of pthread_cond_timedwait for HPUX 2002-04-17 08:59:48 +03:00
unknown
b83e6fe1ad Small fix for HP-UX 10.20 with DCE threads
Also --with-libwrap is tested on Linux just fine.


configure.in:
  Small fix for HP-UX 10.20 with DCE threads
include/my_pthread.h:
  Small fix for HP-UX 10.20 with DCE threads
mysys/my_pthread.c:
  Small fix for HP-UX 10.20 with DCE threads
2002-04-16 21:19:00 +03:00
unknown
667da1396b Fixed pthread_cond_timedwait() for HPUX and DCE threads
Cleanup of LIBWRAP handling


Docs/manual.texi:
  Changelog
include/my_pthread.h:
  Fixed pthread_cond_timedwait() for HPUX and DCE threads
mysys/my_pthread.c:
  Fixed pthread_cond_timedwait() for HPUX and DCE threads
sql/item_func.cc:
  Fixed the GET_LOCK() works with HPUX and DCE threads
sql/mysqld.cc:
  Cleanup of LIBWRAP handling
sql/sql_parse.cc:
  Safety fix
2002-04-16 16:29:14 +03:00
unknown
0eb8770799 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-04-14 09:01:42 +03:00
unknown
3cba8d88af Removed C version of longlong2str when using --enable-assembler 2002-04-14 09:00:50 +03:00
unknown
b421cc8757 Merge sinisa@work.mysql.com:/home/bk/mysql
into sinisa.nasamreza.org:/home/Sinisa/mysql/mysql
2002-04-13 13:45:23 +03:00
unknown
ca1b6de3c9 libwrap bug fix for Linux only
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-04-13 13:44:08 +03:00
unknown
b17ce5f1a7 Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-04-11 21:20:40 +03:00
unknown
cf857f47e3 Changlog
Docs/manual.texi:
  Changelog
2002-04-11 21:20:39 +03:00
unknown
a14eb12907 os0file.h:
Make sure Posix aio is never even tried to use


innobase/include/os0file.h:
  Make sure Posix aio is never even tried to use
2002-04-11 15:51:01 +03: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
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
b344dbc2da Two bug fixes
Docs/manual.texi:
  Added text fof bug fixes
readline/Makefile.am:
  Bug fix for coredump of mysql program with some Ctrl+keys
sql/convert.cc:
  A bug fix for using SET CHAR... SET on columns > 64K
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-28 18:35:21 +02:00
unknown
2bddca6226 Added InnoDB changes to changelog. 2002-03-27 09:34:43 +10:00
unknown
a10a96326a Merge arjen@work.mysql.com:/home/bk/mysql
into fred.bitbike.com:/home/arjen/mysql-3.23
2002-03-27 07:53:44 +10:00
unknown
10ddd15326 Fixup of 3.23.50 Windows named pipe changes in manual.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-27 07:50:14 +10:00
unknown
3136a7aeea Fix compiler error on mysqld.cc
sql/mysqld.cc:
  Fix compiler error adding a missed )
2002-03-26 18:47:50 -03:00
unknown
bbedc5ebbf Fixed overflow bug
Docs/manual.texi:
  Changelog
include/mysql_com.h:
  cleanup
sql/mysqld.cc:
  Fixed overflow bug in startup parameters to MySQL
2002-03-26 13:24:50 +02:00
unknown
ef63b4c03b Fixed myslqdumpslow for new log format.
scripts/mysqldumpslow.sh:
  Fix for new slow log format
2002-03-26 11:54:05 +02:00
unknown
e2255e848f Move test of gcc 3.0 from BUILD to configure 2002-03-26 11:40:18 +02:00
unknown
061038b7f0 Fix path to enable compile with other gcc version 2002-03-26 08:35:07 +02:00
unknown
fb8e70c2c9 Fixed typo 2002-03-26 01:33:41 +02:00
unknown
80e31ddba4 Fix for compilation on fast machine 2002-03-26 01:31:26 +02:00
unknown
529712a079 Fixed typo 2002-03-26 00:28:33 +02:00
unknown
407d0ead8c Portability fixes 2002-03-25 23:08:15 +02:00
unknown
8bf5ad427c Print compiler version
Optimize for pentiumpro for RPM's.


Build-tools/Do-rpm:
  Use compiler option -mpentiumpro
configure.in:
  Print compiler version
2002-03-25 21:23:30 +02:00
unknown
739b4da888 Fixes for --enable-named-pipe
Docs/manual.texi:
  Added information about --enable-named-pipe
2002-03-25 18:10:36 +02:00
unknown
d0f534515c Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-03-25 18:10:35 +02:00
unknown
9ee0658adc Fixed that RPM can be recompiled even if there is not another glibc in /usr/local/mysql-glibc
Build-tools/Do-compile:
  Fix to build mysqlcom
Build-tools/Do-rpm:
  Fixes for building with gcc 3.0.4
Docs/manual.texi:
  Small bug fix
configure.in:
  Cleanup
2002-03-25 18:10:34 +02:00
unknown
9ed83bda3d Fixed quoting problem in mysqldump 2002-03-25 18:10:33 +02:00
unknown
71b7653129 Changing on NT the default named pipe for an optional user
variable
2002-03-24 23:39:03 -03:00