heikki@hundin.mysql.fi
b546212a16
my_pthread.c:
...
Fix an infinite recursion in my_pthread_mutex_trylock in HP-UX-10.20; the same bug is in the 4.0 tree
2002-08-13 23:33:51 +03:00
monty@hundin.mysql.fi
b779b63862
Fixed problem with BIGINT and shutdown on AIX
...
Moved IF(test,column,NULL) code to 4.0
Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
Removed some CR's in os2 files.
2002-08-12 03:28:02 +03: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
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
monty@mashka.mysql.fi
8d75ff64e1
Portability fix for HPUX
2002-06-17 09:56:27 +03: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
monty@hundin.mysql.fi
6d0e43c73b
Renamed stripp_sp -> strip_sp
...
Remove end space from ENUM and SET strings
2002-05-27 23:21:49 +03:00
monty@hundin.mysql.fi
07886933b8
Split raid C function to separate file to make things more portable.
...
Fixed some portability things in my_gethostbyname_r
Portability fix for type_decimal.test
2002-05-27 10:02:00 +03:00
Sinisa@sinisa.nasamreza.org
03658d265f
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/mail/work/mysql
2002-05-16 19:00:55 +03:00
Sinisa@sinisa.nasamreza.org
b3005bf70f
A final and proper fix for HP-UX problems with pthread_cond_timedwait.
...
This time I did it "by the book" as this function can return any
of the down cited values after timeout !! This is now done 100 %
according to HP-UX DCE documentation.
This made Hewlett-Packard very happy.
2002-05-16 18:58:50 +03:00
monty@hundin.mysql.fi
353fb57b74
New my_gethostbyname_r() handling
...
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
2002-05-16 16:32:51 +03:00
miguel@hegel.local
3facae335e
Sergei's MyODBC fix
2002-05-12 23:01:45 -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@tik.mysql.fi
c0d9954cc7
Fixed pthread_cond_timedwait() for HPUX and DCE threads
...
Cleanup of LIBWRAP handling
2002-04-16 16:29:14 +03:00
serg@serg.mysql.com
f2e7bb1204
mf_qsort.c:
...
qsort implementation backported from 4.0 tree, the old one was buggy
2002-02-23 15:22:19 +00:00
serg@serg.mysql.com
26e0a5c5eb
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-02-20 12:03:43 +00: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
serg@serg.mysql.com
ec0f506a82
Framework to simplify memory leak tracing
2002-01-22 15:59:32 +00:00
monty@hundin.mysql.fi
89fa5f13d9
Fixed bug when making a range join based on information from a const table.
2002-01-18 00:43:50 +02:00
miguel@light.local
d4a8e8d61e
Minors changes for the Windows 3.23.47 release
2001-12-30 00:22:01 -02:00
sasha@mysql.sashanet.com
0d67738e20
misc cleanup
2001-12-13 17:21:04 -07:00
sasha@mysql.sashanet.com
f7acf09d9c
slave-skip-errors
...
added extra/mysql_install.c - will work on it in 4.0, but it does not hurt
to have it sit in 3.23 tree for now since it will eventually be backported
to 3.23 anyway
2001-12-12 18:55:33 -07:00
monty@hundin.mysql.fi
90004e340b
Fixed bug in LEFT JOIN
2001-12-05 23:15:05 +02:00
monty@hundin.mysql.fi
4d5d1ae2ef
Added read log caching and fixed a possible bug in write cacheing.
...
This should cause fewer seeks when using replication.
2001-11-28 15:18:29 +02:00
monty@hundin.mysql.fi
e4bdf26066
Small safety fix
2001-11-28 02:24:22 +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
a2a838f887
Portability fix
2001-11-22 13:15:17 +02:00
monty@hundin.mysql.fi
0716bf4d0e
Portability fixes
2001-10-31 20:28:43 +02:00
monty@hundin.mysql.fi
d89690e606
Portability fixes
...
Fix for consistent 0000-00-00 date handling
Close + open binary logs on flush tables
Fix for AVG() in HAVING.
2001-10-31 18:27:49 +02:00
monty@hundin.mysql.fi
5a9ce774dc
Update for OS2 (patch from Yuri Dario).
...
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types
2001-10-31 03:22:31 +02:00
monty@hundin.mysql.fi
a4bc23add6
Fixed bug in counting open files when using many files
...
Fixed bug in JOIN
2001-09-27 22:02:37 +03:00
monty@hundin.mysql.fi
7a19987805
OS2 patch
2001-09-12 23:53:31 +03:00
monty@hundin.mysql.fi
e24bdfa8bb
More debug info
...
Fix DBUG_ASSERT()
Optimization for BDB tables
Fix for BDB under Win98
2001-09-08 11:47:34 +03:00
monty@hundin.mysql.fi
7f4aee1c90
Make killing of threads safer
2001-09-01 10:38:16 +03:00
monty@hundin.mysql.fi
e251f9d827
Fixed problem with INSERT DELAYED
...
Make killing threads safer
2001-08-31 23:02:09 +03:00
monty@hundin.mysql.fi
b0a0c54257
Fixed bug in auto-increment handling with InnoDB
...
Some small speedups
2001-08-26 23:24:48 +03:00
monty@hundin.mysql.fi
733f865f54
Fixes for OS2.
...
Fix bug in isamlog
Add argument types to function declarations.
2001-08-22 01:45:07 +03:00
monty@bitch.mysql.fi
2eacfdddf2
Fix for bug in the Sun Workshop compiler
2001-08-18 13:11:58 +03:00
monty@tik.mysql.fi
1731161ff4
Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.
...
Extended default arguments to be up to 4095 characters
2001-07-30 22:49:39 +03:00
monty@hundin.mysql.fi
5a8e734b9a
Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if
...
--low-priority-updates is used and the file has holes.
2001-07-18 23:34:04 +03:00
monty@hundin.mysql.fi
aecef7614e
Removed wrong warning from thr_lock
...
Fixed problem with UPDATE and BDB tables
Fixed problem with GRANT FILE privilege on database level
mysqld --warnings works now
Fixed problem with SHOW OPEN TABLES when not using BDB
Added some tests for ALTER TABLE to the test scripts
2001-07-17 21:04:01 +03:00
monty@tik.mysql.fi
1f409baf4c
Changed compare in MyISAM to use my_pread()
...
Fixed that @VAR shows all decimals
Fixed problem with FLUSH TABLES and LOCK TABLE
CREATE ... SELECT now creates keys later
Reset AUTO_INCREMENT order if droping AUTO_INCREMENT key
2001-06-11 15:01:28 +03:00
monty@hundin.mysql.fi
f02ed5fe0b
Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3
...
Fixed problem with command line arguments on 64 bit machines when
we use ~0 to indicate 'no limit'
2001-06-03 16:45:49 +03:00
monty@hundin.mysql.fi
4014d2367c
Added ABS() to make tests more portable.
...
New postgresql crash-me file.
Increased blob size in benchmarks from 65K to 1M.
2001-06-03 12:26:24 +03:00
monty@hundin.mysql.fi
18c02a05fb
Fixed bugs in symlink code
2001-06-02 01:16:26 +03:00
monty@hundin.mysql.fi
e30ff2ece1
Fixed bug that caused client to hang because mysqld never did send an
...
error message if the table open or the index creation failed.
Updated portuguese error messages.
Fix for OS/2 that affected CHECK TABLE.
2001-06-02 00:03:16 +03:00
monty@hundin.mysql.fi
dd83beb76a
Added --skip-symlinks
...
Don't force repair of tables that are not closed properly.
2001-06-01 19:38:47 +03:00
monty@hundin.mysql.fi
0a51e72aa3
Added symlink support to mysys library.
2001-06-01 03:53:14 +03:00
monty@hundin.mysql.fi
6a387c7cdf
Added functions for symbolic link handling to make it possible to
...
backport things from 4.0. This is safe as the functions are not used!
Fixed bug in new mutex handling in InnoDB
Make allow_break() and dont_break() defines.
2001-05-31 12:18:53 +03:00
monty@donna.mysql.fi
3dc4b35a05
Fixed problems with decimals withing IF()
...
Force add of FN_LIBCHAR to symlinks on windows
2001-05-29 13:46:17 +03:00