CVS log for parser3/src/sql/mysql/Attic/parser3mysql.C

[BACK] Up to [parser3project] / parser3 / src / sql / mysql

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.32
Mon Sep 24 17:11:00 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.31: +1 -1 lines
made these directories to cvs modules

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Sep 5 09:22:45 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
#define STRINGIZE(name) #name
invented

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Sep 5 08:57:43 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
SQL_DRIVER_CREATE_FUNC_NAME

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 28 13:29:41 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
leof

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Aug 24 07:04:25 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
sql* removed services from disconnect - cross-request ideological probs.
oracle - fixed bug: cs allocated on request.pool and got freed before disconnect

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jul 30 15:32:42 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -2 lines
pgsql 0

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jul 23 13:59:52 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -5 lines
sql odbc driver

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jul 23 11:19:25 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +22 -30 lines
changed sql driver query interface

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 29 08:35:26 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -3 lines
empty strings @ sql

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:44:17 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -3 lines
*/
static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:41:59 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
static char *RCSId="$Id$";

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu May 17 19:03:00 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
doc cmds

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu May 17 17:10:12 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +13 -5 lines
mysqlclient unix socket allowed:
$SQL.connect-string[mysql://test:test@[/a/b]/test/cp1251_koi8]

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu May 17 16:43:10 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +21 -17 lines
mysqlclient 0 rows case [were malloc(0) which failed under apache]

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu May 17 13:23:28 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +22 -19 lines
fixed problem at last: 2connections own 1driver and set_services fight for driver::fservices. before fix

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 17 08:52:40 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -5 lines
done
	@todo figure out about memory for errors:
		static=add multithread locks;
		dynamic=who should free it up?
that's char[maxlen] field in mysql.net structure, no need to free up

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 17 08:42:22 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -6 lines
connection from cache ->set_services(&services);

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 26 15:09:08 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
code documentation ++

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 17 19:00:51 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +91 -6 lines
exec @jav

Revision 1.13.2.5: download - view: text, markup, annotated - select for diffs
Tue Apr 17 15:48:19 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.13.2.4: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.4: +19 -29 lines
mysql client  @jav

Revision 1.13.2.4: download - view: text, markup, annotated - select for diffs
Tue Apr 17 15:13:42 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.13.2.3: preferred, colored
Changes since revision 1.13.2.3: +19 -16 lines
mysql client implemented using new model

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Tue Apr 17 15:02:11 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.13.2.2: preferred, colored
Changes since revision 1.13.2.2: +95 -3 lines
sql driver interface now has initialize(client .so)

Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 17 07:55:25 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.13.2.1: preferred, colored
Changes since revision 1.13.2.1: +3 -1 lines
compile4 @jav @win

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 16 11:26:51 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -4 lines
compile-1

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 9 14:02:02 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
exec win32 env

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Apr 7 14:23:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
mail:send 1

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 5 20:01:27 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +33 -11 lines
mysql limit

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 5 16:30:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -6 lines
hash now not thread-safe.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 5 13:19:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +29 -6 lines
sql quote. string untaint UL_SQL

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 5 11:50:11 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -2 lines
sql ping

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 5 11:01:59 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +53 -11 lines
mysql 0

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 5 08:09:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +18 -17 lines
sql driver services for conv memory & error reporting

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 4 12:54:59 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -3 lines
z

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 4 12:45:47 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +46 -15 lines
mysql connect

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 4 12:13:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +17 -16 lines
mysql info

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 4 11:47:30 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +21 -8 lines
more manager&connection&driver

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 4 10:54:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
forgot to add mysql client

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: