Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291242 Details for
Bug 428153
segfault using EXPLAIN
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix opcode name generation
sqlite-3.3.6-opcodegen.patch (text/plain), 2.00 KB, created by
Panu Matilainen
on 2008-01-10 07:46:30 UTC
(
hide
)
Description:
Fix opcode name generation
Filename:
MIME Type:
Creator:
Panu Matilainen
Created:
2008-01-10 07:46:30 UTC
Size:
2.00 KB
patch
obsolete
>--------------------- >PatchSet 3091 >Date: 2006/06/27 21:55:10 >Author: drh >Branch: HEAD >Tag: (none) >Log: >Use the -k option to sort. This allows the build to run on newer unix >systems, but will likely break the build on older ones. Please address >your complaints to the posix committee members that thought this would >be a good idea. > >Members: > Makefile.in:1.151->1.152 > main.mk:1.108->1.109 > >Index: sqlite/Makefile.in >diff -u sqlite/Makefile.in:1.151 sqlite/Makefile.in:1.152 >--- sqlite/Makefile.in:1.151 Thu Jun 15 15:59:19 2006 >+++ sqlite/Makefile.in Tue Jun 27 18:55:10 2006 >@@ -250,7 +250,7 @@ > # of the most recently modified source code file > # > last_change: $(SRC) >- cat $(SRC) | grep '$$Id: ' | sort +4 | tail -1 \ >+ cat $(SRC) | grep '$$Id: ' | sort -k 4 | tail -1 \ > | $(NAWK) '{print $$5,$$6}' >last_change > > libsqlite3.la: $(LIBOBJ) >@@ -349,7 +349,7 @@ > $(LTCOMPILE) -c opcodes.c > > opcodes.c: opcodes.h $(TOP)/mkopcodec.awk >- sort -n -b +2 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c >+ sort -n -b -k 2 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c > > opcodes.h: parse.h $(TOP)/src/vdbe.c $(TOP)/mkopcodeh.awk > cat parse.h $(TOP)/src/vdbe.c | $(NAWK) -f $(TOP)/mkopcodeh.awk >opcodes.h >Index: sqlite/main.mk >diff -u sqlite/main.mk:1.108 sqlite/main.mk:1.109 >--- sqlite/main.mk:1.108 Thu Jun 15 15:59:20 2006 >+++ sqlite/main.mk Tue Jun 27 18:55:11 2006 >@@ -180,7 +180,7 @@ > # of the most recently modified source code file > # > last_change: $(SRC) >- cat $(SRC) | grep '$$Id: ' | sort +4 | tail -1 \ >+ cat $(SRC) | grep '$$Id: ' | sort -k 4 | tail -1 \ > | $(NAWK) '{print $$5,$$6}' >last_change > > libsqlite3.a: $(LIBOBJ) >@@ -273,7 +273,7 @@ > $(TCCX) -c opcodes.c > > opcodes.c: opcodes.h $(TOP)/mkopcodec.awk >- sort -n -b +2 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c >+ sort -n -b -k 2 opcodes.h | $(NAWK) -f $(TOP)/mkopcodec.awk >opcodes.c > > opcodes.h: parse.h $(TOP)/src/vdbe.c $(TOP)/mkopcodeh.awk > cat parse.h $(TOP)/src/vdbe.c | $(NAWK) -f $(TOP)/mkopcodeh.awk >opcodes.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428153
: 291242