Commit graph

4581 commits

Author SHA1 Message Date
paul@teton.kitebird.com
c17616d4cf manual.texi small change note mods 2002-08-12 12:45:58 -05:00
paul@teton.kitebird.com
7f15737b84 manual.texi addition to mysql_real_escape_string() description. 2002-08-12 11:20:21 -05:00
paul@teton.kitebird.com
830076ccd0 Merge 2002-08-12 10:01:23 -05:00
paul@teton.kitebird.com
509305c231 manual.texi add change note for QUOTE().
manual.texi	Add entry for QUOTE() function.
2002-08-11 23:32:28 -05:00
monty@hundin.mysql.fi
454339b29c Fixes after last merge 2002-08-12 07:02:08 +03:00
monty@hundin.mysql.fi
3ef9d44edc merge with 3.23.52 2002-08-12 04:04:43 +03:00
monty@hundin.mysql.fi
d825808a72 merge 2002-08-12 03:40:36 +03:00
monty@hundin.mysql.fi
c99c1fd384 Changed IF(expr, column, NULL) to take type from column
Fixed some windows portability problems and removed some compiler warnings
 Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
2002-08-12 03:33:46 +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
heikki@hundin.mysql.fi
1239863b64 trx0trx.h, trx0trx.c, ha_innobase.cc, ha_innobase.h:
Add tentative code which can be used in HANDLER implementation for InnoDB
2002-08-12 00:17:39 +03:00
heikki@hundin.mysql.fi
bee3f072e4 ha_innobase.cc, ut0ut.c, univ.i, ut0ut.h:
Redefine sprintf as ut_sprintf inside InnoDB code; some old Unixes may have a pointer as the return type of sprintf
lock0lock.c:
  Add safety against buffer overruns in latest deadlock info
srv0srv.c:
  Add safety against buffer overruns in SHOW INNODB STATUS
os0thread.h, os0thread.c:
  Fix a portability bug introduced in Windows when we changed os_thread_id_t to be the same as os_thread_t
2002-08-11 18:49:47 +03:00
Sinisa@sinisa.nasamreza.org
0005f28b4e A small fix for last_insert_id with multi-row inserts 2002-08-10 22:08:00 +03:00
paul@teton.kitebird.com
053211f6d3 Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
2002-08-10 13:06:11 -05:00
Sinisa@sinisa.nasamreza.org
eecb743ed9 Merge sinisa@work.mysql.com:/home/bk/mysql
into sinisa.nasamreza.org:/mnt/work/mysql
2002-08-10 16:40:20 +03:00
Sinisa@sinisa.nasamreza.org
2ff9032244 removal of lines that make problems with texi 2002-08-10 16:38:30 +03:00
ram@ram.(none)
deaec7b0e0 QUOTE() code cleanup 2002-08-10 15:13:05 +05:00
lenz@mysql.com
50958d6237 Moved a News entry from the 3.23.53 section into the 3.23.52 section
and removed the 3.23.53 News section for now until 3.23.52 is officially
tagged.
2002-08-10 02:08:41 +02:00
lenz@mysql.com
7d33814c1b After discussing it with Monty by phone once more:
- Only define alloca as a compiler builtin, if we use GCC and there
   is no alloca.h installed
2002-08-10 01:47:51 +02:00
Sinisa@sinisa.nasamreza.org
a80d185e40 A change in IF behaviour that several users asked for ... 2002-08-09 23:14:02 +03:00
paul@teton.kitebird.com
34fca60c38 manual.texi BDB log files have 10 digit extension, not 6. 2002-08-09 13:46:15 -05:00
ram@ram.(none)
8f7f648d8d Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0
into ram.(none):/home/ram/work/mysql-4.0
2002-08-09 19:37:47 +05:00
ram@ram.(none)
390678905b added NULLs check to the QUOTE() function 2002-08-09 19:36:36 +05:00
monty@hundin.mysql.fi
43f1fb7972 Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-09 16:50:24 +03:00
monty@hundin.mysql.fi
ac6e640c4d Fix for SSL and new my_getopt
Fix for syntax error bug in SET TRANSACTION ISOLATION
2002-08-09 16:47:16 +03:00
Sinisa@sinisa.nasamreza.org
34c07904ae Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2002-08-09 16:06:00 +03:00
Sinisa@sinisa.nasamreza.org
14de3138bd reverting a fix 2002-08-09 16:05:02 +03:00
ram@ram.(none)
eebad763f8 Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0
into ram.(none):/home/ram/work/mysql-4.0
2002-08-09 17:59:45 +05:00
ram@ram.(none)
eb910c8d10 test case for the QUOTE() function 2002-08-09 17:58:30 +05:00
Sinisa@sinisa.nasamreza.org
5ac3792e16 bk resolve 2002-08-09 15:55:02 +03:00
heikki@hundin.mysql.fi
edf3929cd5 ha_innobase.cc, trx0trx.h, lock0lock.c, trx0trx.c:
Add some more safety margin to buffer sizes in prints
2002-08-09 15:34:23 +03:00
heikki@hundin.mysql.fi
933417c1fe ha_innobase.cc:
Found the bug in modified innobase_mysqld_print_thd; the person who modifies code should test that his change works
2002-08-09 15:06:59 +03:00
serg@sergbook.mysql.com
d981ccf90c fixed mi_comp_unique to use _mi_compare_text() 2002-08-09 13:22:23 +02:00
ram@ram.(none)
cdd1d57ee3 Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0
into ram.(none):/home/ram/work/mysql-4.0
2002-08-09 15:46:01 +05:00
ram@ram.(none)
b43eb82b10 QUOTE() func changes according to monty's suggestions 2002-08-09 15:42:38 +05:00
lenz@mysql.com
214ed2f3a2 Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
2002-08-09 11:44:24 +02:00
lenz@mysql.com
3d38dfe541 - RPM spec file adjustments for the features of the Max binary (disabled
OpenSSL, enabled RAID)
 - added compatibility link safe_mysqld -> mysqld_safe
2002-08-09 11:39:34 +02:00
arjen@fred.bitbike.com
ce60fe5d9b decode_montyspeak(); 2002-08-09 19:33:13 +10:00
heikki@hundin.mysql.fi
6e87dc118c ha_innobase.cc:
Revert changes to sprintf until we know why control characters scrambled the output
2002-08-09 10:17:54 +03:00
monty@hundin.mysql.fi
7616da973d Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-09 00:06:16 +03:00
monty@hundin.mysql.fi
a40b21fe4b Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 2002-08-09 00:06:15 +03:00
walrus@mysql.com
8def579f0e server-key.pem regenerated
server-cert.pem	regenerated
client-key.pem	Regenerated
client-cert.pem	Regenerated
cacert.pem	Regenerated (previous exprired)
2002-08-08 23:06:15 +02:00
walrus@mysql.com
d346cf508d Merge mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/akishkin/mysql-4.0
2002-08-08 23:06:14 +02:00
serg@serg.mysql.com
b29b2b52b0 Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.00
2002-08-08 21:06:13 +00:00
serg@serg.mysql.com
680c9778f5 Merge serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.00
2002-08-08 21:05:17 +00:00
Sinisa@sinisa.nasamreza.org
9badcb0c72 A very small security fix 2002-08-08 23:18:33 +03:00
walrus@mysql.com
d52b1cf5f8 sslopt-case.h changed optarg to argument, decomment ssl-key option 2002-08-08 21:27:17 +02:00
monty@hundin.mysql.fi
0751e55c46 Portability fix for AIX 2002-08-08 22:12:03 +03:00
monty@hundin.mysql.fi
ea3fe233e3 Portability fix for AIX 2002-08-08 22:09:25 +03:00
monty@hundin.mysql.fi
12c6d4eb0c Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql 2002-08-08 21:45:49 +03:00
monty@hundin.mysql.fi
1a264ceb34 Reverted Heikkis patch as his was not portable.
Remove not needed locks in SHOW OPEN TABLES
2002-08-08 21:43:46 +03:00