serg@serg.mysql.com
7555363f4b
add -DHAVE_BROKEN_REALPATH to CFLAGS on FreeBSD (previous patch touched only CXXFLAGS)
2002-11-18 16:50:37 +01:00
serg@serg.mysql.com
4d62e7a2c5
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-11-18 16:31:03 +01:00
serg@serg.mysql.com
2725b8208d
added -DHAVE_BROKEN_REALPATH for FreeBSD builds
2002-11-18 16:30:19 +01:00
lenz@mysql.com
996255648b
- Applied required modifications for automake 1.5
...
- "make distcheck" needs to be fixed
2002-11-17 16:45:21 +01:00
serg@serg.mysql.com
b99f88a97a
-lpthread should be appended to LIBS
2002-10-15 21:03:41 +00:00
lenz@mysql.com
d8f843a779
- Tagged ChangeSet 1.1224 as "mysql-3.23.53"
...
- bumped up version number to 3.23.54 in configure.in
- replaced Docs/LICENSE with Docs/MySQLEULA.txt and modified
scripts/make_binary_distribution.sh and Build-tools/mysql-copyright*
accordingly.
2002-10-13 16:26:28 +02:00
serg@serg.mysql.com
c5c1a5fef3
libraries should be always prepended to $LIBS, never appended
2002-10-10 15:14:47 +00:00
lenz@mysql.com
cf2fec3c69
- applied fix from 4.0 configure.in required to build shared libraries
...
with static glibc installed
2002-10-02 13:20:17 +02:00
lenz@mysql.com
019b5ab7b4
- backported gcc 3.0 linking fix from 4.0
...
- some cosmetical fixups (typos, comments)
2002-09-24 22:24:30 +02:00
serg@build.mysql2.com
140397d424
configure.in:
...
static nss linkingg issue
2002-09-23 16:39:17 +02:00
lenz@mysql.com
bff474e2ac
- added missing line from the 4.0 configure.in patch
2002-09-23 14:06:48 +02:00
lenz@mysql.com
e5ee3122a3
- Bugfix for static glibc linking in configure.in (taken from 4.0)
2002-09-22 18:43:33 +02:00
lenz@mysql.com
aca781a1e2
- merge some of the 4.0 configure.in modifications (mainly because
...
of the static_nss stuff required for linking against the patched
glibc)
2002-09-20 14:45:28 +02:00
monty@hundin.mysql.fi
48e20a0be2
Portability fixes for HPUX and Openbsd
2002-08-18 16:07:19 +03:00
monty@hundin.mysql.fi
65334e1c58
Fix for HPUX 11 and pthread_mutex_lock
2002-08-16 16:50:57 +03:00
lenz@mysql.com
f321098ad2
- Tagged 3.23.52 release
...
- Added 3.23.53 News section to the manual
- Updated version number in configure.in to 3.23.53
2002-08-16 11:04:50 +02:00
serg@sergbook.mysql.com
9a52c01ede
disable "dvi" target in TeX is not installed
2002-08-13 15:18:11 +02:00
monty@hundin.mysql.fi
842e8fca83
Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.
...
Removed Heikki's patch for handling this.
2002-08-06 17:15:51 +03:00
heikki@hundin.mysql.fi
01bed722c7
my_pthread.h, configure.in:
...
In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
2002-08-06 12:32:56 +03:00
bar@bar.udmsearch.izhnet.ru
b71345b73e
In my previous commit I didn't notice that we already have brazilian portuguese :(
2002-07-16 17:18:54 +05:00
bar@bar.udmsearch.izhnet.ru
0fd580a7f7
Adding pt_br
2002-07-16 16:55:22 +05:00
lenz@mysql.com
3258f23d99
- Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it>
...
from TeamOS/2 Italy
- removed some obsolete files on Yuri's request
- Added missing os2 related files outside the os2 subdirectory
to the distribution
2002-07-15 18:26:11 +02:00
lenz@mysql.com
6504a3933e
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
...
configure.in
2002-06-21 23:54:01 +02:00
lenz@mysql.com
b96e315bcf
Bump up version number to 3.23.52 in configure.in since version 3.23.51
...
has finally been released
2002-06-17 11:41:08 +02:00
monty@hundin.mysql.fi
e2a116411e
Portability fixes for SCO and HPUX
...
Change TRUNCATE(number) to truncate towards zero for negative numbers
Fix NULL handling for DESCRIBE table_name
2002-05-31 15:22:38 +03:00
lenz@mysql.com
bff796ebdc
Added os2 source directory to source distribution
...
(thanks to Yuri Dario <mc6530@mclink.it> for pointing this out)
2002-05-17 12:01:04 +02:00
lenz@mysql.com
0fe3b5afbd
Fixed sql_yacc.yy to be compatible with bison 1.31 and above.
...
Made detection of GNU tar a bit more flexible.
Only use /usr/local/mysql-glibc if it actually exists
2002-05-15 11:06:44 +02:00
monty@hundin.mysql.fi
e90c6b481d
Fixed problems with DECIMAL() type on overflow.
2002-05-02 18:04:21 +03:00
monty@hundin.mysql.fi
fadcf27995
Removed wrong configure line from configure.in
2002-04-17 09:26:47 +03:00
monty@tik.mysql.fi
7258bf9357
Cleanup of pthread_cond_timedwait for HPUX
2002-04-17 08:59:48 +03:00
Sinisa@sinisa.nasamreza.org
9fc8200249
Small fix for HP-UX 10.20 with DCE threads
...
Also --with-libwrap is tested on Linux just fine.
2002-04-16 21:19:00 +03:00
monty@hundin.mysql.fi
dfd7f455e4
Fixed help typos in mysql.cc
2002-04-02 17:42:01 +03:00
monty@hundin.mysql.fi
beedaf26ec
Move test of gcc 3.0 from BUILD to configure
2002-03-26 11:40:18 +02:00
monty@hundin.mysql.fi
3711f519d5
Portability fixes
2002-03-25 23:08:15 +02:00
monty@hundin.mysql.fi
1b7a55f987
Print compiler version
...
Optimize for pentiumpro for RPM's.
2002-03-25 21:23:30 +02:00
monty@hundin.mysql.fi
ca55d0c2b0
Fixed that RPM can be recompiled even if there is not another glibc in /usr/local/mysql-glibc
2002-03-25 18:10:34 +02:00
monty@hundin.mysql.fi
70099b2143
Fix for load data infile when no active database
...
Fix for Solaris and gethostbyname_r
2002-03-22 01:03:34 +02:00
monty@hundin.mysql.fi
a01775c5eb
Added help for --local-infile
...
Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys.
Allow SET PASSWORD for anonymous user
2002-03-12 11:38:22 +02:00
monty@hundin.mysql.fi
ed8fc0b0c6
Fix for --enable-local-infile
2002-03-06 22:06:18 +02:00
monty@tik.mysql.fi
c1ab560c3d
Corrected fix for not freed memory when using corrupted tables
2002-03-05 17:38:16 +02:00
monty@tik.mysql.fi
cde0896521
Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23
2002-03-05 15:49:34 +02:00
monty@tik.mysql.fi
539718ba25
Update scripts for new POSIX spec
...
Fix for --enable-local-infile
Portability fix for bison
2002-03-05 15:46:30 +02:00
sasha@mysql.sashanet.com
8c01c96f90
updated version
2002-02-23 16:08:04 -07:00
sasha@mysql.sashanet.com
21cf70e9e0
updates for the new build
2002-02-15 14:02:48 -07:00
monty@tik.mysql.fi
1f9b1e1915
Made LOAD DATA LOCAL INFILE more secure
2002-02-13 21:53:26 +02:00
monty@hundin.mysql.fi
d713fee16b
Update to autoconf 2.52
...
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
2002-02-07 21:34:35 +02:00
monty@hundin.mysql.fi
89f8ca058e
Removed Heikki's changes to the manual that was meant for 4.0
2002-01-02 14:12:37 +02:00
monty@hundin.mysql.fi
4bd55bc339
Upgrade version number
2001-12-05 23:25:48 +02:00
monty@hundin.mysql.fi
5738117970
Fix race condition in ANALYZE TABLE.
...
Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
2001-11-26 02:16:38 +02:00
monty@hundin.mysql.fi
fb1f8c4f0a
Fixed bug in OPTIMIZE TABLE that reset index cardinality if it
...
was up to date.
2001-11-18 14:08:17 +02:00